Skip to content

Commit 65670fc

Browse files
committed
phpcs: remove invalid excludes
1 parent de122ad commit 65670fc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

phpcs.xml.dist

+1-4
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
<rule ref="Generic.PHP.DisallowAlternativePHPTags"/>
6060
<rule ref="Generic.PHP.DisallowShortOpenTag"/>
6161
<rule ref="Generic.PHP.ForbiddenFunctions">
62-
<exclude-pattern>src/preload.php</exclude-pattern>
6362
<properties>
6463
<property
6564
name="forbiddenFunctions"
@@ -342,9 +341,7 @@
342341
<property name="searchAnnotations" value="true"/>
343342
</properties>
344343
</rule>
345-
<rule ref="SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly.PartialUse">
346-
<exclude-pattern>config/bundles.php</exclude-pattern>
347-
</rule>
344+
<rule ref="SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly.PartialUse"/>
348345
<rule ref="SlevomatCodingStandard.Numbers.RequireNumericLiteralSeparator" />
349346
<rule ref="SlevomatCodingStandard.Operators.DisallowEqualOperators" />
350347
<rule ref="SlevomatCodingStandard.Operators.SpreadOperatorSpacing" />

0 commit comments

Comments
 (0)