From: Amir E. Aharoni Date: Wed, 17 Jun 2015 15:37:29 +0000 (+0300) Subject: Make a line shorter for phpcs X-Git-Tag: 1.31.0-rc.0~11053 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=b04e5f7c4f0a002e902f9a3cad079ec1975bd43f;p=lhc%2Fweb%2Fwiklou.git Make a line shorter for phpcs phpcs failure reported at I30a6af657a11bf822736d667a82b21e813f0db4e Change-Id: Ia5941684300670e0f232b82393c9af28ce4b972e --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index b3720a4c03..7322404eaf 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -617,7 +617,8 @@ class OutputPage extends ContextSource { $module = $resourceLoader->getModule( $val ); if ( $module instanceof ResourceLoaderModule && $module->isPositionDefault() ) { - $warning = __METHOD__ . ': style module should define its position explicitly: ' . $val . ' ' . get_class( $module ); + $warning = __METHOD__ . ': style module should define its position explicitly: ' . + $val . ' ' . get_class( $module ); wfDebugLog( 'resourceloader', $warning ); wfLogWarning( $warning ); }