Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92f7642

Browse files
committed
Ignore broken rule
1 parent 1415396 commit 92f7642

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

phpcs.xml.dist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,12 @@
260260
<exclude-pattern>tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1885Test.php</exclude-pattern>
261261
<exclude-pattern>tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1843Test.php</exclude-pattern>
262262
</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>
263271
</ruleset>

0 commit comments

Comments
 (0)