Skip to content

Commit cfebf33

Browse files
committed
Disable sniff PSR12.Properties.ConstantVisibility
1 parent 3d0ac7f commit cfebf33

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/Test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
with:
3434
php-version: ${{ matrix.php }}
3535
extensions: json
36-
coverage: xdebug
3736
env:
3837
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3938

phpcs.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@
1111
<file>src</file>
1212
<file>tests</file>
1313

14-
<rule ref="PSR12"/>
14+
<rule ref="PSR12">
15+
<exclude name="PSR12.Properties.ConstantVisibility"/>
16+
</rule>
1517
</ruleset>

0 commit comments

Comments
 (0)