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 e2377c0 commit 8c8af0dCopy full SHA for 8c8af0d
ecs.php
@@ -36,5 +36,10 @@
36
'src/Utils/Html.php',
37
'src/Utils/Strings.php',
38
],
39
+
40
+ // bug in SlevomatCodingStandard
41
+ 'SlevomatCodingStandard\Sniffs\Operators\RequireCombinedAssignmentOperatorSniff.RequiredCombinedAssigmentOperator' => [
42
+ 'src/Utils/Html.php',
43
+ ],
44
]);
45
};
0 commit comments