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 f475de4 commit 6b3bb30Copy full SHA for 6b3bb30
src/Element/PhpFile.php
@@ -15,7 +15,7 @@ public function getPhpDeclaration(): string
15
16
public function getLineBeforeChildren(?int $indentation = null): string
17
{
18
- return ''; //self::BREAK_LINE_CHAR;
+ return '';
19
}
20
21
public function toString(?int $indentation = null): string
0 commit comments