BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Docs
/
WhiteSpace
📤 Upload
📝 New File
📁 New Folder
Close
Editing: FunctionOpeningBraceSpaceStandard.xml
<documentation title="Function Opening Brace Space"> <standard> <![CDATA[ There should be no blank lines after the opening brace of a function. ]]> </standard> <code_comparison> <code title="Valid: No blank lines after the opening brace."> <![CDATA[ function foo() { <em> return 42;</em> } ]]> </code> <code title="Invalid: A blank line after the opening brace."> <![CDATA[ function foo() { <em></em> return 42; } ]]> </code> </code_comparison> </documentation>
Save
Cancel