opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Docs
/
Formatting
➕ New
📤 Upload
✎ Editing:
SpaceBeforeCastStandard.xml
← Back
<documentation title="Space Before Cast"> <standard> <![CDATA[ There should be exactly one space before a cast operator. ]]> </standard> <code_comparison> <code title="Valid: Single space before a cast operator."> <![CDATA[ $integer =<em> </em>(int) $string; $c = $a .<em> </em>(string) $b; ]]> </code> <code title="Invalid: No space or multiple spaces before a cast operator."> <![CDATA[ $integer =<em></em>(int) $string; $c = $a .<em> </em>(string) $b; ]]> </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