Skip to content

Commit 74254ad

Browse files
committed
fixup! Add brick/coding-standard
1 parent ca4921b commit 74254ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/ecs/ecs.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121
);
2222

2323
$ecsConfig->skip([
24+
// test classes may contain badly formatted code on purpose
2425
$libRootPath . '/tests/Classes/*.php',
2526

27+
// types are sometimes ordered in non-alphabetical order on purpose
2628
OrderedTypesFixer::class,
2729
PhpdocTypesOrderFixer::class,
2830

0 commit comments

Comments
 (0)