Skip to content

Commit

Permalink
chore(static-analysis): Fix phpcs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zlodes committed Jan 2, 2024
1 parent 97bf265 commit 79822ae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,19 +128,13 @@
<rule ref="SlevomatCodingStandard.ControlStructures.JumpStatementsSpacing">
<properties>
<property name="allowSingleLineYieldStacking" value="false"/>
<property name="linesCountBeforeControlStructure" value="1"/>
<property name="linesCountBeforeFirstControlStructure" value="0"/>
<property name="linesCountAfterControlStructure" value="0"/>
<property name="linesCountAfterLastControlStructure" value="0"/>
</properties>
</rule>
<rule ref="SlevomatCodingStandard.ControlStructures.LanguageConstructWithParentheses"/>
<rule ref="SlevomatCodingStandard.ControlStructures.NewWithParentheses"/>
<rule ref="SlevomatCodingStandard.ControlStructures.RequireMultiLineTernaryOperator">
<properties>
<property name="lineLengthLimit" value="120"/>
<property name="ignoreComments" value="true" />
<property name="ignoreImports" value="true" />
</properties>
</rule>
<rule ref="SlevomatCodingStandard.ControlStructures.RequireShortTernaryOperator"/>
Expand Down

0 comments on commit 79822ae

Please sign in to comment.