We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ce545b + 5132195 commit 512dc68Copy full SHA for 512dc68
src/Standards/PSR2/Docs/Namespaces/NamespaceDeclarationStandard.xml
@@ -1,4 +1,4 @@
1
-<documentation title="Namespace Declarations">
+<documentation title="Namespace Declaration">
2
<standard>
3
<![CDATA[
4
There must be one blank line after the namespace declaration.
@@ -7,14 +7,14 @@
7
<code_comparison>
8
<code title="Valid: One blank line after the namespace declaration.">
9
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