Skip to content

Commit

Permalink
refactor(autoload): Remove obsolete autoload workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
klausi authored Jan 2, 2025
1 parent f4b4580 commit 19132e1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 24 deletions.
19 changes: 0 additions & 19 deletions coder_sniffer/Drupal/coder_unique_autoload_phpcs_bug_2751.php

This file was deleted.

2 changes: 0 additions & 2 deletions coder_sniffer/Drupal/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<!-- All Drupal code files must be UTF-8 encoded and we treat them as such. -->
<arg name="encoding" value="utf-8"/>

<autoload>./coder_unique_autoload_phpcs_bug_2751.php</autoload>

<rule ref="Internal.NoCodeFound">
<!-- Empty files are fine, might be used for testing. -->
<exclude-pattern>*</exclude-pattern>
Expand Down
2 changes: 0 additions & 2 deletions coder_sniffer/DrupalPractice/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<!-- All Drupal code files must be UTF-8 encoded and we treat them as such. -->
<arg name="encoding" value="utf-8"/>

<autoload>../Drupal/coder_unique_autoload_phpcs_bug_2751.php</autoload>

<rule ref="Internal.NoCodeFound">
<!-- Empty files are fine, might be used for testing. -->
<exclude-pattern>*</exclude-pattern>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1 || ^1.0.0",
"sirbrillig/phpcs-variable-analysis": "^2.11.7",
"slevomat/coding-standard": "^8.11",
"squizlabs/php_codesniffer": "^3.9.1",
"squizlabs/php_codesniffer": "^3.11.2",
"symfony/yaml": ">=3.4.0"
},
"autoload": {
Expand Down

0 comments on commit 19132e1

Please sign in to comment.