Skip to content

Commit 612ffc4

Browse files
renovate[bot]ondrejmirtes
authored andcommitted
Update dependency squizlabs/php_codesniffer to v4
1 parent b23eede commit 612ffc4

File tree

4 files changed

+19
-26
lines changed

4 files changed

+19
-26
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"require-dev": {
33
"dealerdirect/phpcodesniffer-composer-installer": "^1.1.2",
44
"slevomat/coding-standard": "^8.22.0",
5-
"squizlabs/php_codesniffer": "^3.13.4"
5+
"squizlabs/php_codesniffer": "^4.0.0"
66
},
77
"config": {
88
"allow-plugins": {

composer.lock

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

consistence.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@
224224
</rule>
225225
<rule ref="Squiz.Operators.ValidLogicalOperators"/>
226226
<rule ref="Squiz.PHP.GlobalKeyword"/>
227-
<rule ref="Squiz.PHP.Heredoc"/>
228227
<rule ref="Squiz.PHP.InnerFunctions"/>
229228
<rule ref="Squiz.PHP.LowercasePHPFunctions"/>
230229
<rule ref="Squiz.PHP.NonExecutableCode"/>

phpcs.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation"/>
1515
<exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedExceptions"/>
1616
<exclude name="Squiz.Commenting.FunctionComment"/>
17-
<exclude name="Squiz.PHP.Heredoc.NotAllowed"/>
1817
<exclude name="Squiz.WhiteSpace.FunctionSpacing.Before"/>
1918
<exclude name="SlevomatCodingStandard.Variables.UnusedVariable.UnusedVariable"/>
2019
</rule>

0 commit comments

Comments
 (0)