📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 02:47:43
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Docs
/
Files
✏️
Editing: OneTraitPerFileStandard.xml
<documentation title="One Trait Per File"> <standard> <![CDATA[ There should only be one trait defined in a file. ]]> </standard> <code_comparison> <code title="Valid: Only one trait in the file."> <![CDATA[ <?php <em>trait Foo</em> { } ]]> </code> <code title="Invalid: Multiple traits defined in one file."> <![CDATA[ <?php <em>trait Foo</em> { } <em>trait Bar</em> { } ]]> </code> </code_comparison> </documentation>
💾 Save Changes
❌ Cancel