PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
PSR2
/
Docs
/
Namespaces
<documentation title="Namespace Declaration"> <standard> <![CDATA[ There must be one blank line after the namespace declaration. ]]> </standard> <code_comparison> <code title="Valid: One blank line after the namespace declaration."> <![CDATA[ namespace Foo\Bar; <em></em> use \Baz; ]]> </code> <code title="Invalid: No blank line after the namespace declaration."> <![CDATA[ namespace Foo\Bar; use \Baz; ]]> </code> </code_comparison> </documentation>
[+]
..
[-] UseDeclarationStandard.xml
[edit]
[-] NamespaceDeclarationStandard.xml
[edit]