| Server IP : 127.0.0.1 / Your IP : 216.73.216.48 Web Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT DESKTOP-3H4FHQJ 10.0 build 19045 (Windows 10) AMD64 User : win 10 ( 0) PHP Version : 8.2.12 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : D:/xampp/php/pear/PHP/CodeSniffer/Standards/PHPCS/ |
Upload File : |
<?xml version="1.0"?> <ruleset name="PHP_CodeSniffer"> <description>The coding standard for PHP_CodeSniffer itself.</description> <exclude-pattern>*/Tests/*</exclude-pattern> <!-- Include the whole PEAR standard --> <rule ref="PEAR"/> <!-- Include most of the Squiz standard --> <rule ref="Squiz"> <exclude name="Squiz.Classes.ClassFileName"/> <exclude name="Squiz.Classes.ValidClassName"/> <exclude name="Squiz.Commenting.ClassComment"/> <exclude name="Squiz.Commenting.FileComment"/> <exclude name="Squiz.Commenting.FunctionComment"/> <exclude name="Squiz.Commenting.VariableComment"/> <exclude name="Squiz.ControlStructures.SwitchDeclaration"/> <exclude name="Squiz.Files.FileExtension"/> <exclude name="Squiz.NamingConventions.ConstantCase"/> </rule> <!-- We allow variables to be used inside double quoted strings --> <rule ref="Squiz.Strings.DoubleQuoteUsage.ContainsVar"> <severity>0</severity> </rule> </ruleset>