opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
PSR2
/
Docs
/
Methods
➕ New
📤 Upload
✎ Editing:
FunctionClosingBraceStandard.xml
← Back
<documentation title="Function Closing Brace"> <standard> <![CDATA[ Checks that the closing brace of a function goes directly after the body. ]]> </standard> <code_comparison> <code title="Valid: Closing brace directly follows the function body."> <![CDATA[ function foo() { echo 'foo'; <em>}</em> ]]> </code> <code title="Invalid: Blank line between the function body and the closing brace."> <![CDATA[ function foo() { echo 'foo'; <em></em> <em>}</em> ]]> </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