Skip to content

Commit

Permalink
Merge pull request #22 from blue32a/feature/fix-ruleset-#21
Browse files Browse the repository at this point in the history
Fixed JumpStatementsSpacing option
  • Loading branch information
blue32a authored Jan 1, 2024
2 parents 09c8ed7 + b108c55 commit 3fe88f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Blue32a/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,11 @@
<property name="linesCountBeforeWhenFirstInCaseOrDefault" value="0"/>
<property name="linesCountAfterWhenLastInCaseOrDefault" value="1"/>
<property name="linesCountAfterWhenLastInLastCaseOrDefault" value="0"/>
<property name="tokensToCheck" type="array">
<element value="T_RETURN" />
<element value="T_THROW" />
<element value="T_YIELD" />
<element value="T_YIELD_FROM" />
<property name="jumpStatements" type="array">
<element value="return" />
<element value="throw" />
<element value="yield" />
<element value="yield_from" />
</property>
</properties>
</rule>
Expand Down

0 comments on commit 3fe88f2

Please sign in to comment.