Skip to content

Commit cac50fc

Browse files
committed
PSR2/NamespaceDeclaration: fix syntax errors in the XML documentation
1 parent 3cf8134 commit cac50fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Standards/PSR2/Docs/Namespaces/NamespaceDeclarationStandard.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<code_comparison>
88
<code title="Valid: One blank line after the namespace declaration.">
99
<![CDATA[
10-
namespace \Foo\Bar;
10+
namespace Foo\Bar;
1111
<em></em>
1212
use \Baz;
1313
]]>
1414
</code>
1515
<code title="Invalid: No blank line after the namespace declaration.">
1616
<![CDATA[
17-
namespace \Foo\Bar;
17+
namespace Foo\Bar;
1818
use \Baz;
1919
]]>
2020
</code>

0 commit comments

Comments
 (0)