Skip to content

Commit

Permalink
ignore another PSR12 style check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Dec 14, 2021
1 parent 5f18fdf commit b0265d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _test/phpcs_MigrationAdjustments.xml
Expand Up @@ -67,6 +67,7 @@
<exclude name="PSR2.Namespaces.UseDeclaration.SpaceAfterLastUse"/>

<exclude name="PSR12.Classes.ClassInstantiation.MissingParentheses"/>
<exclude name="PSR12.Classes.OpeningBraceSpace.Found"/>
<exclude name="PSR12.ControlStructures.BooleanOperatorPlacement.FoundMixed"/>
<exclude name="PSR12.ControlStructures.ControlStructureSpacing.FirstExpressionLine"/>
<exclude name="PSR12.ControlStructures.ControlStructureSpacing.CloseParenthesisLine"/>
Expand All @@ -76,7 +77,6 @@
<exclude name="PSR12.Files.FileHeader.SpacingAfterBlock"/>
<exclude name="PSR12.Operators.OperatorSpacing.NoSpaceBefore"/>
<exclude name="PSR12.Operators.OperatorSpacing.NoSpaceAfter"/>

<exclude name="PSR12.Properties.ConstantVisibility.NotFound"/>
</rule>

Expand Down

0 comments on commit b0265d2

Please sign in to comment.