opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
PSR12
/
Docs
/
Classes
➕ New
📤 Upload
✎ Editing:
OpeningBraceSpaceStandard.xml
← Back
<documentation title="Opening Brace Space"> <standard> <![CDATA[ The opening brace of an object-oriented construct must not be followed by a blank line. ]]> </standard> <code_comparison> <code title="Valid: No blank lines after opening brace."> <![CDATA[ class Foo {<em></em> public function bar() { // Method content. } } ]]> </code> <code title="Invalid: Blank line after opening brace."> <![CDATA[ class Foo { <em></em> public function bar() { // Method content. } } ]]> </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