Preview: NamespaceDeclarationStandard.xml
Size: 544 B
/opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Docs/Namespaces/NamespaceDeclarationStandard.xml
<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>
Directory Contents
Dirs: 0 × Files: 2