We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3bce74 commit 175cd9eCopy full SHA for 175cd9e
SandFox/PHP80/ruleset.xml
@@ -0,0 +1,11 @@
1
+<?xml version="1.0"?>
2
+<!--
3
+ @see https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-Ruleset
4
+-->
5
+<ruleset>
6
+ <rule ref="SandFox.Base">
7
+ <!-- interferes with PHP 8 empty constructors -->
8
+ <exclude name="Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore"/>
9
+ </rule>
10
+ <config name="testVersion" value="8.0-"/>
11
+</ruleset>
SandFox/PHP81/ruleset.xml
@@ -0,0 +1,8 @@
+ <rule ref="SandFox.PHP80"/>
+ <config name="testVersion" value="8.1-"/>
0 commit comments