BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Docs
/
Formatting
📤 Upload
📝 New File
📁 New Folder
Close
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
Cancel