Skip to content

Commit 6446ad0

Browse files
committedMay 14, 2019
Removing = alignment check
1 parent a5d07ef commit 6446ad0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎.styleci.yml

-1
This file was deleted.

‎phpcs.xml.dist

+1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
<exclude name="SlevomatCodingStandard.Classes.SuperfluousExceptionNaming.SuperfluousSuffix"/>
2323
<exclude name="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix"/>
2424
<exclude name="Squiz.Commenting.FunctionComment.InvalidNoReturn" />
25+
<exclude name="Generic.Formatting.MultipleStatementAlignment" />
2526
</rule>
2627
</ruleset>

0 commit comments

Comments
 (0)
Please sign in to comment.