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 a2f014b commit e8c3d19Copy full SHA for e8c3d19
src/Node.php
@@ -383,6 +383,7 @@ public function getLeadingCommentAndWhitespaceText() : string {
383
foreach ($this->getDescendantTokens() as $token) {
384
return $token->getLeadingCommentsAndWhitespaceText($fileContents);
385
}
386
+ return '';
387
388
389
protected function getChildrenKvPairs() {
0 commit comments