File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
/**
4
4
* Includes classes which are not detected by PHP_CodeSniffer's autoloader.
5
5
*
6
+ * This file has a weird name on purpose because of https://github.com/squizlabs/PHP_CodeSniffer/pull/2751
7
+ *
6
8
* @category PHP
7
9
* @package PHP_CodeSniffer
8
10
* @link http://pear.php.net/package/PHP_CodeSniffer
Original file line number Diff line number Diff line change 5
5
<!-- All Drupal code files must be UTF-8 encoded and we treat them as such. -->
6
6
<arg name =" encoding" value =" utf-8" />
7
7
8
- <autoload >autoload .php</autoload >
8
+ <autoload >./coder_unique_autoload_phpcs_bug_2751 .php</autoload >
9
9
10
10
<rule ref =" Internal.NoCodeFound" >
11
11
<!-- Empty files are fine, might be used for testing. -->
Original file line number Diff line number Diff line change 5
5
<!-- All Drupal code files must be UTF-8 encoded and we treat them as such. -->
6
6
<arg name =" encoding" value =" utf-8" />
7
7
8
- <autoload >../Drupal/autoload .php</autoload >
8
+ <autoload >../Drupal/coder_unique_autoload_phpcs_bug_2751 .php</autoload >
9
9
10
10
<rule ref =" Internal.NoCodeFound" >
11
11
<!-- Empty files are fine, might be used for testing. -->
You can’t perform that action at this time.
0 commit comments