File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ private function getPublicProperties(array $properties): string
127
127
private function getPublicPropertyLines (array $ properties ): array
128
128
{
129
129
return array_map (function (Property $ property ) {
130
- return "- \${$ property ->getName ()} : {$ property ->getType ()} {$ property ->getDescription ()}" ;
130
+ return "- ` \${$ property ->getName ()}` : {$ property ->getType ()} {$ property ->getDescription ()}" ;
131
131
}, $ properties );
132
132
}
133
133
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public function fromSniff_WithCompleteData_WriteAllDetails()
72
72
);
73
73
74
74
self ::assertEquals (
75
- <<<MD
75
+ <<<'MD'
76
76
# Standard.Category.My
77
77
78
78
Description
@@ -83,8 +83,8 @@ public function fromSniff_WithCompleteData_WriteAllDetails()
83
83
84
84
## Public Properties
85
85
86
- - \$ a : string DescriptionA
87
- - \$ b : int DescriptionB
86
+ - `$a` : string DescriptionA
87
+ - `$b` : int DescriptionB
88
88
89
89
## See Also
90
90
You can’t perform that action at this time.
0 commit comments