Skip to content

Commit 7d69d84

Browse files
committed
refactor(autoload): Remove obsolete autoload workaround
1 parent f4b4580 commit 7d69d84

File tree

4 files changed

+1
-24
lines changed

4 files changed

+1
-24
lines changed

coder_sniffer/Drupal/coder_unique_autoload_phpcs_bug_2751.php

Lines changed: 0 additions & 19 deletions
This file was deleted.

coder_sniffer/Drupal/ruleset.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<!-- All Drupal code files must be UTF-8 encoded and we treat them as such. -->
66
<arg name="encoding" value="utf-8"/>
77

8-
<autoload>./coder_unique_autoload_phpcs_bug_2751.php</autoload>
9-
108
<rule ref="Internal.NoCodeFound">
119
<!-- Empty files are fine, might be used for testing. -->
1210
<exclude-pattern>*</exclude-pattern>

coder_sniffer/DrupalPractice/ruleset.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<!-- All Drupal code files must be UTF-8 encoded and we treat them as such. -->
66
<arg name="encoding" value="utf-8"/>
77

8-
<autoload>../Drupal/coder_unique_autoload_phpcs_bug_2751.php</autoload>
9-
108
<rule ref="Internal.NoCodeFound">
119
<!-- Empty files are fine, might be used for testing. -->
1210
<exclude-pattern>*</exclude-pattern>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1 || ^1.0.0",
2020
"sirbrillig/phpcs-variable-analysis": "^2.11.7",
2121
"slevomat/coding-standard": "^8.11",
22-
"squizlabs/php_codesniffer": "^3.9.1",
22+
"squizlabs/php_codesniffer": "^3.11.2",
2323
"symfony/yaml": ">=3.4.0"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)