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 e234239 commit 72dfff0Copy full SHA for 72dfff0
src/Standards/Squiz/Docs/WhiteSpace/MemberVarSpacingStandard.xml
@@ -35,7 +35,9 @@ trait MyTrait {
35
36
public $var1 = 'value';<em>
37
38
-</em> public $var2 = 'value2';
+</em> public $var2 = 'value2';<em>
39
+
40
+</em> public $var3 = 'value3';
41
}
42
]]>
43
</code>
@@ -46,7 +48,8 @@ trait MyTrait {
46
48
47
49
50
51
52
53
54
55
0 commit comments