Skip to content

Commit 8c8af0d

Browse files
committed
1 parent e2377c0 commit 8c8af0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ecs.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,10 @@
3636
'src/Utils/Html.php',
3737
'src/Utils/Strings.php',
3838
],
39+
40+
// bug in SlevomatCodingStandard
41+
'SlevomatCodingStandard\Sniffs\Operators\RequireCombinedAssignmentOperatorSniff.RequiredCombinedAssigmentOperator' => [
42+
'src/Utils/Html.php',
43+
],
3944
]);
4045
};

0 commit comments

Comments
 (0)