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 ea670e4 commit d144a24Copy full SHA for d144a24
phpcs.xml.dist
@@ -67,6 +67,7 @@
67
<rule ref="PSR1.Classes.ClassDeclaration.MultipleClasses">
68
<exclude-pattern>lib/Doctrine/ODM/MongoDB/Mapping/Driver/CompatibilityAnnotationDriver.php</exclude-pattern>
69
<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>
71
<exclude-pattern>lib/Doctrine/ODM/MongoDB/Tools/Console/Helper/DocumentManagerHelper.php</exclude-pattern>
72
<exclude-pattern>*/tests/*</exclude-pattern>
73
</rule>
0 commit comments