📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 01:32:46
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Docs
/
Formatting
✏️
Editing: NoSpaceAfterCastStandard.xml
<documentation title="No Space After Cast"> <standard> <![CDATA[ Spaces are not allowed after casting operators. ]]> </standard> <code_comparison> <code title="Valid: A cast operator is immediately before its value."> <![CDATA[ $foo = (string)1; ]]> </code> <code title="Invalid: A cast operator is followed by whitespace."> <![CDATA[ $foo = (string)<em> </em>1; ]]> </code> </code_comparison> </documentation>
💾 Save Changes
❌ Cancel