BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
tests
/
Core
/
Ruleset
📤 Upload
📝 New File
📁 New Folder
Close
Editing: ExpandRulesetReferenceCaseMismatch2Test.xml
<?xml version="1.0"?> <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ExpandRulesetReferenceTest" xsi:noNamespaceSchemaLocation="https://schema.phpcodesniffer.com/phpcs.xsd"> <!-- Error handling: Case mismatch, will only error on case sensitive OSes. Correct case would be: PSR12.Functions.ReturnTypeDeclaration - note the capital T in the sniff name, i.e. matching the case of the standard, category and sniff class name exactly. --> <rule ref="PSR12.Functions.ReturntypeDeclaration"/> </ruleset>
Save
Cancel