jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/366580 )

Change subject: Hygiene: Fix phpcs line length complaint
......................................................................


Hygiene: Fix phpcs line length complaint

Change-Id: I532e323cdd0ce5bec7450eb56634e1497291e60b
---
M includes/api/ApiMobileView.php
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Jdlrobson: Looks good to me, approved



diff --git a/includes/api/ApiMobileView.php b/includes/api/ApiMobileView.php
index e4f7532..c4e357c 100644
--- a/includes/api/ApiMobileView.php
+++ b/includes/api/ApiMobileView.php
@@ -504,7 +504,9 @@
         *  - text: [] of the text of each individual section. length === same 
as sections
         *      or of length 1 when there is a mismatch.
         */
-       protected function parseSectionsData( $html, Title $title, ParserOutput 
$parserOutput, $revId = null ) {
+       protected function parseSectionsData( $html, Title $title,
+               ParserOutput $parserOutput, $revId = null
+       ) {
                $data = [];
                $data['sections'] = $parserOutput->getSections();
                $sectionCount = count( $data['sections'] );

-- 
To view, visit https://gerrit.wikimedia.org/r/366580
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I532e323cdd0ce5bec7450eb56634e1497291e60b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to