opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Docs
/
WhiteSpace
➕ New
📤 Upload
✎ Editing:
ScopeKeywordSpacingStandard.xml
← Back
<documentation title="Scope Keyword Spacing"> <standard> <![CDATA[ The PHP keywords static, public, private, and protected should have one space after them. ]]> </standard> <code_comparison> <code title="Valid: A single space following the keywords."> <![CDATA[ public<em> </em>static<em> </em>function foo() { } ]]> </code> <code title="Invalid: Multiple spaces following the keywords."> <![CDATA[ public<em> </em>static<em> </em>function foo() { } ]]> </code> </code_comparison> </documentation>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel