Skip to content

Commit b2b6d2b

Browse files
committed
Merge branch 'fix/#33-bump-phpcs-dependency-to-revert-regressions' into 3.x
Close #33
2 parents 2f3a075 + 289c79b commit b2b6d2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"require": {
1818
"php": "^7.1",
19-
"squizlabs/php_codesniffer": "^3.2",
19+
"squizlabs/php_codesniffer": "^3.2.3",
2020
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.2",
2121
"slevomat/coding-standard": "^4.4.0"
2222
},

lib/Doctrine/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- Forbid empty statements -->
1313
<rule ref="Generic.CodeAnalysis.EmptyStatement">
1414
<!-- But allow empty catch -->
15-
<exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedCATCH"/>
15+
<exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedCatch"/>
1616
</rule>
1717
<!-- Forbid final methods in final classes -->
1818
<rule ref="Generic.CodeAnalysis.UnnecessaryFinalModifier"/>

0 commit comments

Comments
 (0)