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 70c0191 commit 0af2e3dCopy full SHA for 0af2e3d
src/Token/Comment.php
@@ -136,7 +136,7 @@ public function toArray()
136
return [
137
'type' => $this->getTokenType(),
138
'comment' => $this->text
139
- ]
+ ];
140
}
141
142
/**
src/Token/WhiteLine.php
@@ -82,7 +82,7 @@ public function toArray()
82
83
84
'WhiteLine' => ''
85
86
87
88
0 commit comments