Skip to content

Commit 5cb5fe3

Browse files
committed
PHPCS: fix up selective exclusion for 4.x
Follow up on 274 and 247
1 parent a96ef68 commit 5cb5fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<!-- These tests are limited via `@requires` tags and will only run on PHP versions where
142142
the functionality was not yet deprecated. -->
143143
<rule ref="Generic.PHP.DeprecatedFunctions.Deprecated">
144-
<exclude-pattern>/tests/Polyfills/AssertClosedResource(Curl|Finfo|Gd|XmlParser)Test\.php$</exclude-pattern>
144+
<exclude-pattern>/tests/Polyfills/AssertClosedResource(Curl|Finfo|Gd|XmlParser)Test(Case)?\.php$</exclude-pattern>
145145
</rule>
146146

147147
<!-- The use of `static` in the test cases is on purpose to test support. -->

0 commit comments

Comments
 (0)