Skip to content

Commit

Permalink
PeckaCodingStandardPSR12Based - zapnutí ignoreNewlines pro SpaceBefor…
Browse files Browse the repository at this point in the history
…eNotSniff
  • Loading branch information
Spilky committed Sep 7, 2023
1 parent 0702bda commit 97a4efd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/PeckaCodingStandardPSR12Based/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,11 @@
<property name="spacing" value="1" />
</properties>
</rule>
<rule ref="../Sniffs/Formatting/SpaceBeforeNotSniff.php"/>
<rule ref="../Sniffs/Formatting/SpaceBeforeNotSniff.php">
<properties>
<property name="ignoreNewlines" value="true" />
</properties>
</rule>

<!-- Variables -->
<rule ref="SlevomatCodingStandard.Variables.UnusedVariable">
Expand Down

0 comments on commit 97a4efd

Please sign in to comment.