Skip to content

Commit

Permalink
Issue #2901745 by kostyashupenko, pazhyn, MerryHamster, ridhimaabrol2…
Browse files Browse the repository at this point in the history
…4, andypost, vacho, longwave, mfernea: Fix 'PSR2.Namespaces.UseDeclaration.UseAfterNamespace' coding standard

(cherry picked from commit b5fa69586cf9b7702b3b4e235faf07370a76a524)
  • Loading branch information
alexpott committed May 29, 2020
1 parent e2582d6 commit 7fa07d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,7 @@
<exclude name="PSR2.Classes.PropertyDeclaration.Underscore"/>
</rule>
<rule ref="PSR2.Namespaces.NamespaceDeclaration"/>
<rule ref="PSR2.Namespaces.UseDeclaration">
<exclude name="PSR2.Namespaces.UseDeclaration.UseAfterNamespace"/>
</rule>
<rule ref="PSR2.Namespaces.UseDeclaration"/>

<!-- Squiz sniffs -->
<rule ref="Squiz.Arrays.ArrayBracketSpacing"/>
Expand Down

0 comments on commit 7fa07d8

Please sign in to comment.