opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Docs
/
WhiteSpace
➕ New
📤 Upload
✎ Editing:
ScopeIndentStandard.xml
← Back
<documentation title="Scope Indentation"> <standard> <![CDATA[ Indentation for control structures, classes, and functions should be 4 spaces per level. ]]> </standard> <code_comparison> <code title="Valid: 4 spaces are used to indent a control structure."> <![CDATA[ if ($test) { <em> </em>$var = 1; } ]]> </code> <code title="Invalid: 8 spaces are used to indent a control structure."> <![CDATA[ if ($test) { <em> </em>$var = 1; } ]]> </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