REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 995 B
Close
//opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/WhiteSpace/ObjectOperatorIndentStandard.xml
Text
Base64
<documentation title="Object Operator Indentation"> <standard> <![CDATA[ Chained object operators when spread out over multiple lines should be the first thing on the line and be indented by 1 level. ]]> </standard> <code_comparison> <code title="Valid: Object operator at the start of a new line."> <![CDATA[ $foo <em>-></em>bar() <em>-></em>baz(); ]]> </code> <code title="Invalid: Object operator at the end of the line."> <![CDATA[ $foo<em>-></em> bar()<em>-></em> baz(); ]]> </code> </code_comparison> <code_comparison> <code title="Valid: Object operator indented correctly."> <![CDATA[ $foo <em> </em>->bar() <em> </em>->baz(); ]]> </code> <code title="Invalid: Object operator not indented correctly."> <![CDATA[ $foo <em></em>->bar() <em></em>->baz(); ]]> </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
ObjectOperatorIndentStandard.xml
995 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
577 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
ScopeIndentStandard.xml
682 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
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).