File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 6363
6464 <!-- Sniff currently breaks, see https://github.com/slevomat/coding-standard/issues/727 -->
6565 <exclude name =" SlevomatCodingStandard.Namespaces.NamespaceSpacing" />
66+
67+ <!-- Sniff currently broken when casting arrays, see https://github.com/squizlabs/PHP_CodeSniffer/issues/2937#issuecomment-615498860 -->
68+ <exclude name =" Squiz.Arrays.ArrayDeclaration.ValueNoNewline" />
6669 </rule >
6770
6871 <!-- Change use statement sorting to be compatible with PSR-12 -->
Original file line number Diff line number Diff line change 77use MongoDB \Driver \Cursor ;
88use MongoDB \Driver \ReadConcern ;
99use MongoDB \Driver \ReadPreference ;
10- use MongoDB \Driver \Server ;
1110use MongoDB \Driver \WriteConcern ;
1211use MongoDB \Exception \InvalidArgumentException ;
1312use MongoDB \Operation \CreateIndexes ;
You can’t perform that action at this time.
0 commit comments