Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1415396 commit 92f7642Copy full SHA for 92f7642
1 file changed
phpcs.xml.dist
@@ -260,4 +260,12 @@
260
<exclude-pattern>tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1885Test.php</exclude-pattern>
261
<exclude-pattern>tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1843Test.php</exclude-pattern>
262
</rule>
263
+
264
+ <rule ref="PSR2.ControlStructures.SwitchDeclaration.TerminatingComment">
265
+ <!--
266
+ Remove when upgrading to squizlabs/php_codesniffer 3.6.0
267
+ https://github.com/squizlabs/PHP_CodeSniffer/pull/3186
268
+ -->
269
+ <exclude-pattern>lib/Doctrine/ORM/Query/Parser.php</exclude-pattern>
270
+ </rule>
271
</ruleset>
0 commit comments