Skip to content

Commit

Permalink
Merge pull request #200 from humanmade/phpcbf-function-all-fixer
Browse files Browse the repository at this point in the history
Turn off ContentAfterOpenBracket and CloseBracketLine for phpcbf
  • Loading branch information
mikeselander committed May 21, 2020
2 parents 96472e9 + c11298b commit b18a95c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Updated WPCS to 2.2.1 #151
- Updated VIPCS to 2.0.0 #151
- Updated DealerDirect to 0.6 #151
- Fix FunctionCallSignature inconsistency in phpcbf #200
- Allow for multiple variable assignments #201

### Removed:
Expand Down
4 changes: 2 additions & 2 deletions HM/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@
</properties>
</rule>
<rule ref="PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket">
<severity phpcs-only="true">0</severity>
<severity>0</severity>
</rule>
<rule ref="PEAR.Functions.FunctionCallSignature.CloseBracketLine">
<severity phpcs-only="true">0</severity>
<severity>0</severity>
</rule>

<!--
Expand Down

0 comments on commit b18a95c

Please sign in to comment.