Skip to content

Commit

Permalink
:octocat: revert switch to PHPCSStandards/PHP_CodeSniffer (c41e89f#commitcomm…
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Jan 6, 2024
1 parent c41e89f commit b133499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"phan/phan": "^5.4",
"phpmd/phpmd": "^2.15",
"phpunit/phpunit": "^10.5",
"phpcsstandards/php_codesniffer": "^3.8"
"squizlabs/php_codesniffer": "^3.8"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<ruleset name="php-settings-container-cs"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpcsstandards/php_codesniffer/phpcs.xsd">
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
<description>php-settings-container rules for phpcs</description>

<file>examples</file>
Expand Down

0 comments on commit b133499

Please sign in to comment.