Issue #2937853 by idebr, mfernea, SherFengChong, alexpott, borisson_: Fix 'Drupal.Formatting.MultipleStatementAlignment' coding standard
parent
500403b458
commit
6c40e077ef
|
|
@ -99,6 +99,7 @@
|
||||||
<rule ref="Drupal.Files.FileEncoding"/>
|
<rule ref="Drupal.Files.FileEncoding"/>
|
||||||
<rule ref="Drupal.Files.TxtFileLineLength"/>
|
<rule ref="Drupal.Files.TxtFileLineLength"/>
|
||||||
<rule ref="Drupal.Formatting.MultiLineAssignment"/>
|
<rule ref="Drupal.Formatting.MultiLineAssignment"/>
|
||||||
|
<rule ref="Drupal.Formatting.MultipleStatementAlignment"/>
|
||||||
<rule ref="Drupal.Formatting.SpaceInlineIf"/>
|
<rule ref="Drupal.Formatting.SpaceInlineIf"/>
|
||||||
<rule ref="Drupal.Formatting.SpaceUnaryOperator"/>
|
<rule ref="Drupal.Formatting.SpaceUnaryOperator"/>
|
||||||
<rule ref="Drupal.Functions.DiscouragedFunctions"/>
|
<rule ref="Drupal.Functions.DiscouragedFunctions"/>
|
||||||
|
|
|
||||||
|
|
@ -58,8 +58,8 @@ EOF;
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
// define default settings
|
|
||||||
$cmd = 'index.php';
|
$cmd = 'index.php';
|
||||||
|
// define default settings
|
||||||
$_SERVER['HTTP_HOST'] = 'default';
|
$_SERVER['HTTP_HOST'] = 'default';
|
||||||
$_SERVER['PHP_SELF'] = '/index.php';
|
$_SERVER['PHP_SELF'] = '/index.php';
|
||||||
$_SERVER['REMOTE_ADDR'] = '127.0.0.1';
|
$_SERVER['REMOTE_ADDR'] = '127.0.0.1';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue