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 72dfff0 commit de993caCopy full SHA for de993ca
src/Standards/Squiz/Docs/WhiteSpace/MemberVarSpacingStandard.xml
@@ -62,20 +62,20 @@ trait MyTrait {
62
<code_comparison>
63
<code title="Valid: No blank lines between DocBlock and its property.">
64
<![CDATA[
65
-new class {
+$anon = new class {
66
67
/**
68
* The actions that this class can perform.
69
*
70
* @var array
71
*/<em>
72
</em> public $actions = array();
73
-}
+};
74
]]>
75
</code>
76
<code title="Invalid: Blank line(s) between DocBlock and its property.">
77
78
79
80
81
@@ -84,7 +84,7 @@ new class {
84
85
86
87
88
89
90
</code_comparison>
0 commit comments