opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Docs
/
Formatting
➕ New
📤 Upload
✎ Editing:
SpaceAfterCastStandard.xml
← Back
<documentation title="Space After Cast"> <standard> <![CDATA[ Exactly one space is allowed after a cast. ]]> </standard> <code_comparison> <code title="Valid: A cast operator is followed by one space."> <![CDATA[ $foo = (string)<em> </em>1; ]]> </code> <code title="Invalid: A cast operator is not followed by whitespace."> <![CDATA[ $foo = (string)<em></em>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