REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.17 KB
Close
//opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Docs/Methods/MethodDeclarationStandard.xml
Text
Base64
<documentation title="Method Declarations"> <standard> <![CDATA[ Method names should not be prefixed with an underscore to indicate visibility. The static keyword, when present, should come after the visibility declaration, and the final and abstract keywords should come before. ]]> </standard> <code_comparison> <code title="Valid: Correct method naming."> <![CDATA[ class Foo { private function <em>bar</em>() { } } ]]> </code> <code title="Invalid: An underscore prefix used to indicate visibility."> <![CDATA[ class Foo { private function <em>_bar</em>() { } } ]]> </code> </code_comparison> <code_comparison> <code title="Valid: Correct ordering of method prefixes."> <![CDATA[ class Foo { <em>final public static</em> function <em>bar</em>() { } } ]]> </code> <code title="Invalid: `static` keyword used before visibility and final used after."> <![CDATA[ class Foo { <em>static public final</em> function <em>bar</em>() { } } ]]> </code> </code_comparison> </documentation>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
FunctionCallSignatureStandard.xml
2.54 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
FunctionClosingBraceStandard.xml
602 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
MethodDeclarationStandard.xml
1.17 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).