Skip to content

Commit

Permalink
Typo in phpcs.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Jan 9, 2023
1 parent 6460e72 commit 39c9d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<rule ref="Generic.PHP.LowerCaseKeyword"/>
<rule ref="Generic.Strings.UnnecessaryStringConcat">
<properties>
<property name="allowMultiLine" value="true"/>
<property name="allowMultiline" value="true"/>
</properties>
</rule>
<rule ref="Generic.WhiteSpace.DisallowSpaceIndent"/>
Expand Down

0 comments on commit 39c9d73

Please sign in to comment.