Skip to content

Commit d144a24

Browse files
committed
Fix CS
1 parent ea670e4 commit d144a24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpcs.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
<rule ref="PSR1.Classes.ClassDeclaration.MultipleClasses">
6868
<exclude-pattern>lib/Doctrine/ODM/MongoDB/Mapping/Driver/CompatibilityAnnotationDriver.php</exclude-pattern>
6969
<exclude-pattern>lib/Doctrine/ODM/MongoDB/Tools/Console/Command/CommandCompatibility.php</exclude-pattern>
70+
<exclude-pattern>lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/AbstractCommandCompatibility.php</exclude-pattern>
7071
<exclude-pattern>lib/Doctrine/ODM/MongoDB/Tools/Console/Helper/DocumentManagerHelper.php</exclude-pattern>
7172
<exclude-pattern>*/tests/*</exclude-pattern>
7273
</rule>

0 commit comments

Comments
 (0)