Loading coder_sniffer/Drupal/autoload.php→coder_sniffer/Drupal/coder_unique_autoload_phpcs_bug_2751.php +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ /** * Includes classes which are not detected by PHP_CodeSniffer's autoloader. * * This file has a weird name on purpose because of https://github.com/squizlabs/PHP_CodeSniffer/pull/2751 * * @category PHP * @package PHP_CodeSniffer * @link http://pear.php.net/package/PHP_CodeSniffer Loading coder_sniffer/Drupal/ruleset.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <!-- All Drupal code files must be UTF-8 encoded and we treat them as such. --> <arg name="encoding" value="utf-8"/> <autoload>autoload.php</autoload> <autoload>./coder_unique_autoload_phpcs_bug_2751.php</autoload> <rule ref="Internal.NoCodeFound"> <!-- Empty files are fine, might be used for testing. --> Loading coder_sniffer/DrupalPractice/ruleset.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <!-- All Drupal code files must be UTF-8 encoded and we treat them as such. --> <arg name="encoding" value="utf-8"/> <autoload>../Drupal/autoload.php</autoload> <autoload>../Drupal/coder_unique_autoload_phpcs_bug_2751.php</autoload> <rule ref="Internal.NoCodeFound"> <!-- Empty files are fine, might be used for testing. --> Loading Loading
coder_sniffer/Drupal/autoload.php→coder_sniffer/Drupal/coder_unique_autoload_phpcs_bug_2751.php +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ /** * Includes classes which are not detected by PHP_CodeSniffer's autoloader. * * This file has a weird name on purpose because of https://github.com/squizlabs/PHP_CodeSniffer/pull/2751 * * @category PHP * @package PHP_CodeSniffer * @link http://pear.php.net/package/PHP_CodeSniffer Loading
coder_sniffer/Drupal/ruleset.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <!-- All Drupal code files must be UTF-8 encoded and we treat them as such. --> <arg name="encoding" value="utf-8"/> <autoload>autoload.php</autoload> <autoload>./coder_unique_autoload_phpcs_bug_2751.php</autoload> <rule ref="Internal.NoCodeFound"> <!-- Empty files are fine, might be used for testing. --> Loading
coder_sniffer/DrupalPractice/ruleset.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <!-- All Drupal code files must be UTF-8 encoded and we treat them as such. --> <arg name="encoding" value="utf-8"/> <autoload>../Drupal/autoload.php</autoload> <autoload>../Drupal/coder_unique_autoload_phpcs_bug_2751.php</autoload> <rule ref="Internal.NoCodeFound"> <!-- Empty files are fine, might be used for testing. --> Loading