Skip to content

Commit

Permalink
check unnecessary string concatenations
Browse files Browse the repository at this point in the history
  • Loading branch information
VasekPurchart committed Nov 29, 2015
1 parent cec9b38 commit da14314
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Consistence/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<rule ref="Generic.PHP.CharacterBeforePHPOpeningTag"/>
<rule ref="Generic.PHP.DeprecatedFunctions"/>
<rule ref="Generic.PHP.ForbiddenFunctions"/>
<rule ref="Generic.Strings.UnnecessaryStringConcat">
<properties>
<property name="allowMultiline" value="true"/>
</properties>
</rule>
<rule ref="Generic.WhiteSpace.DisallowSpaceIndent"/>
<rule ref="Generic.WhiteSpace.ScopeIndent">
<properties>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "~5.5",
"squizlabs/php_codesniffer": "~2.3.2"
"squizlabs/php_codesniffer": "~2.3.4"
},
"require-dev": {
"jakub-onderka/php-console-highlighter": "0.3.2",
Expand Down

0 comments on commit da14314

Please sign in to comment.