Jdlrobson has uploaded a new change for review. ( 
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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/80/366580/1

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: newchange
Gerrit-Change-Id: I532e323cdd0ce5bec7450eb56634e1497291e60b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

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

Reply via email to