We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf8134 commit cac50fcCopy full SHA for cac50fc
src/Standards/PSR2/Docs/Namespaces/NamespaceDeclarationStandard.xml
@@ -7,14 +7,14 @@
7
<code_comparison>
8
<code title="Valid: One blank line after the namespace declaration.">
9
<![CDATA[
10
-namespace \Foo\Bar;
+namespace Foo\Bar;
11
<em></em>
12
use \Baz;
13
]]>
14
</code>
15
<code title="Invalid: No blank line after the namespace declaration.">
16
17
18
19
20
0 commit comments