We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29605f commit b7d9b49Copy full SHA for b7d9b49
phpcs.xml
@@ -7,9 +7,9 @@
7
<arg name="colors"/>
8
<arg name="extensions" value="php"/>
9
<arg name="parallel" value="80"/>
10
-
+
11
<!-- Show progress -->
12
- <arg value="p"/>
+ <arg value="ps"/>
13
14
<!-- Paths to check -->
15
<file>src</file>
@@ -18,10 +18,6 @@
18
<!-- Include all rules from the Laminas Coding Standard -->
19
<rule ref="LaminasCodingStandard"/>
20
21
- <rule ref="SlevomatCodingStandard.Classes.UnusedPrivateElements.WriteOnlyProperty">
22
- <exclude-pattern>src/CacheSessionPersistence.php</exclude-pattern>
23
- </rule>
24
25
<rule ref="Generic.Files.LineLength.TooLong">
26
<exclude-pattern>test/CacheSessionPersistenceTest.php</exclude-pattern>
27
</rule>
0 commit comments