BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
PSR12
/
Docs
/
Keywords
📤 Upload
📝 New File
📁 New Folder
Close
Editing: ShortFormTypeKeywordsStandard.xml
<documentation title="Short Form Type Keywords"> <standard> <![CDATA[ Short form of type keywords MUST be used i.e. bool instead of boolean, int instead of integer etc. ]]> </standard> <code_comparison> <code title="Valid: Short form type used."> <![CDATA[ $foo = (bool) $isValid; ]]> </code> <code title="Invalid: Long form type type used."> <![CDATA[ $foo = <em>(boolean)</em> $isValid; ]]> </code> </code_comparison> </documentation>
Save
Cancel