📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 08:30:21
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Docs
/
Formatting
📍 /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Formatting
🔄 Refresh
✏️
Editing: DisallowMultipleStatementsStandard.xml
Read Only
<documentation title="Multiple Statements On a Single Line"> <standard> <![CDATA[ Multiple statements are not allowed on a single line. ]]> </standard> <code_comparison> <code title="Valid: Two statements are spread out on two separate lines."> <![CDATA[ $foo = 1; $bar = 2; ]]> </code> <code title="Invalid: Two statements are combined onto one line."> <![CDATA[ $foo = 1; $bar = 2; ]]> </code> </code_comparison> </documentation>
💾 Save Changes
❌ Cancel