Skip to content

Commit

Permalink
Merge pull request #7 from mediact/feature/JHMG-19
Browse files Browse the repository at this point in the history
2.0.4 Allow variable list on one line for multiline closures
  • Loading branch information
marcelmediact authored Oct 10, 2018
2 parents 598cbd3 + 21157ae commit d28e6e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/MediactCommon/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
<description>MediaCT its extension to PSR2.</description>

<!-- Base rules on PSR2 -->
<rule ref="PSR2"/>
<rule ref="PSR2">
<exclude name="Squiz.Functions.MultiLineFunctionDeclaration.UseOneParamPerLine" />
</rule>

<!-- Arrays -->
<rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
Expand Down

0 comments on commit d28e6e4

Please sign in to comment.