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 657b65c commit 897f378Copy full SHA for 897f378
phpcs.xml.dist
@@ -44,4 +44,14 @@
44
<exclude-pattern>src/ArrayCollection.php</exclude-pattern>
45
<exclude-pattern>src/Collection.php</exclude-pattern>
46
</rule>
47
+
48
+ <rule ref="PSR2.Classes.PropertyDeclaration.Multiple">
49
+ <!-- https://github.com/doctrine/collections/pull/472#issuecomment-3384164908 -->
50
+ <exclude-pattern>tests/TestObjectPropertyHook.php</exclude-pattern>
51
+ </rule>
52
53
+ <rule ref="PSR2.Classes.PropertyDeclaration.ScopeMissing">
54
55
56
57
</ruleset>
0 commit comments