REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.58 KB
Close
/opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/WhiteSpace/FunctionClosingBraceSpaceStandard.xml
Text
Base64
<documentation title="Function Closing Brace Space"> <standard> <![CDATA[ There should be a single blank line before the function closing brace. ]]> </standard> <code_comparison> <code title="Valid: A single blank line before the function closing brace."> <![CDATA[ function outer() <em>{ }</em> ]]> </code> <code title="Invalid: No blank line before the function closing brace."> <![CDATA[ function outer() <em>{}</em> ]]> </code> </code_comparison> <standard> <![CDATA[ Closing brace of nested function must be on a new line. ]]> </standard> <code_comparison> <code title="Valid: Nested function closing brace is on a new line."> <![CDATA[ function outer() { function inner() <em>{ }</em> } ]]> </code> <code title="Invalid: Nested function closing brace on the same line."> <![CDATA[ function outer() { function inner() <em>{}</em> } ]]> </code> </code_comparison> <standard> <![CDATA[ Closing brace of nested function must not be followed by a blank line. ]]> </standard> <code_comparison> <code title="Valid: No blank line before the closing brace of a nested function."> <![CDATA[ function outer() { function inner() <em>{ }</em> } ]]> </code> <code title="Invalid: A single blank line before the closing brace of a nested function."> <![CDATA[ function outer() { function inner() <em>{ }</em> } ]]> </code> </code_comparison> </documentation>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 10
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
CastSpacingStandard.xml
491 B
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FunctionClosingBraceSpaceStandard.xml
1.58 KB
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FunctionOpeningBraceSpaceStandard.xml
561 B
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LanguageConstructSpacingStandard.xml
578 B
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
MemberVarSpacingStandard.xml
2.00 KB
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ObjectOperatorSpacingStandard.xml
529 B
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ScopeClosingBraceStandard.xml
1.28 KB
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ScopeKeywordSpacingStandard.xml
592 B
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SemicolonSpacingStandard.xml
462 B
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SuperfluousWhitespaceStandard.xml
2.29 KB
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).