Skip to content

Commit 85f7e06

Browse files
Merge pull request #184 from plesk/dependabot/composer/squizlabs/php_codesniffer-4.0.0
TECH Bump squizlabs/php_codesniffer from 3.13.4 to 4.0.0
2 parents 030e7f0 + 2d934ba commit 85f7e06

File tree

3 files changed

+10
-16
lines changed

3 files changed

+10
-16
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"phpunit/phpunit": "^9",
2525
"spatie/phpunit-watcher": "^1.22",
2626
"vimeo/psalm": "^4.10 || ^5.0",
27-
"squizlabs/php_codesniffer": "^3.6"
27+
"squizlabs/php_codesniffer": "^3.6 || ^4.0"
2828
},
2929
"config": {
3030
"process-timeout": 0,

composer.lock

Lines changed: 9 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpcs.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<exclude name="Generic.Classes.OpeningBraceSameLine"/>
1515
<exclude name="Generic.Functions.OpeningFunctionBraceKernighanRitchie"/>
1616
<exclude name="Generic.Formatting.MultipleStatementAlignment"/>
17-
<exclude name="Generic.Formatting.NoSpaceAfterCast"/>
1817
<exclude name="Generic.Formatting.SpaceBeforeCast"/>
1918
<exclude name="Generic.Formatting.SpaceAfterNot"/>
2019
<exclude name="Generic.Commenting.DocComment"/>

0 commit comments

Comments
 (0)