We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a04976 commit b6e8853Copy full SHA for b6e8853
phpcs.xml.dist
@@ -157,11 +157,6 @@
157
<!-- Do not allow ambiguous conditions. -->
158
<rule ref="Generic.CodeAnalysis.RequireExplicitBooleanOperatorPrecedence"/>
159
160
- <!-- The testing bootstrap file uses string concats to stop IDEs seeing the class aliases -->
161
- <rule ref="Generic.Strings.UnnecessaryStringConcat">
162
- <exclude-pattern>tests/bootstrap\.php</exclude-pattern>
163
- </rule>
164
-
165
<!-- This test file specifically *needs* Windows line endings for testing purposes. -->
166
<rule ref="Generic.Files.LineEndings.InvalidEOLChar">
167
<exclude-pattern>tests/Core/Tokenizers/PHP/*WinTest\.php</exclude-pattern>
0 commit comments