PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Docs
/
Files
<documentation title="Inline HTML"> <standard> <![CDATA[ Files that contain PHP code should only have PHP code and should not have any "inline html". ]]> </standard> <code_comparison> <code title="Valid: A PHP file with only PHP code in it."> <![CDATA[ <?php $foo = 'bar'; echo $foo . 'baz'; ]]> </code> <code title="Invalid: A PHP file with html in it outside of the PHP tags."> <![CDATA[ <em>some string here</em> <?php $foo = 'bar'; echo $foo . 'baz'; ]]> </code> </code_comparison> </documentation>
[-] ExecutableFileStandard.xml
[edit]
[-] OneClassPerFileStandard.xml
[edit]
[+]
..
[-] OneInterfacePerFileStandard.xml
[edit]
[-] InlineHTMLStandard.xml
[edit]
[-] OneTraitPerFileStandard.xml
[edit]
[-] OneObjectStructurePerFileStandard.xml
[edit]
[-] ByteOrderMarkStandard.xml
[edit]
[-] EndFileNoNewlineStandard.xml
[edit]
[-] LowercasedFilenameStandard.xml
[edit]
[-] LineLengthStandard.xml
[edit]
[-] EndFileNewlineStandard.xml
[edit]
[-] LineEndingsStandard.xml
[edit]