Skip to content

Commit b7d9b49

Browse files
committed
Remove reference to missing sniff
Signed-off-by: George Steel <[email protected]>
1 parent f29605f commit b7d9b49

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

phpcs.xml

+2-6
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<arg name="colors"/>
88
<arg name="extensions" value="php"/>
99
<arg name="parallel" value="80"/>
10-
10+
1111
<!-- Show progress -->
12-
<arg value="p"/>
12+
<arg value="ps"/>
1313

1414
<!-- Paths to check -->
1515
<file>src</file>
@@ -18,10 +18,6 @@
1818
<!-- Include all rules from the Laminas Coding Standard -->
1919
<rule ref="LaminasCodingStandard"/>
2020

21-
<rule ref="SlevomatCodingStandard.Classes.UnusedPrivateElements.WriteOnlyProperty">
22-
<exclude-pattern>src/CacheSessionPersistence.php</exclude-pattern>
23-
</rule>
24-
2521
<rule ref="Generic.Files.LineLength.TooLong">
2622
<exclude-pattern>test/CacheSessionPersistenceTest.php</exclude-pattern>
2723
</rule>

0 commit comments

Comments
 (0)