Skip to content

Commit

Permalink
PES-2321: class members spacing unified
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-potuznik-z committed Nov 4, 2024
1 parent 8210ab8 commit 1a51977
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@
</properties>
</rule>

<rule ref="SlevomatCodingStandard.Classes.ClassMemberSpacing">
<properties>
<property name="linesCountBetweenMembers" value="1"/>
</properties>
</rule>

<rule ref="PHPCompatibility">
<exclude-pattern>tests/</exclude-pattern>
</rule>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class FeatureFlagProvider {

private const TRANSIENT_SPLIT_MESSAGE_DISMISSED = 'packeta_split_message_dismissed';


/**
* WP adapter;
*
Expand Down

0 comments on commit 1a51977

Please sign in to comment.