Skip to content

Commit 6b3bb30

Browse files
committed
remove commented code
1 parent f475de4 commit 6b3bb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Element/PhpFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function getPhpDeclaration(): string
1515

1616
public function getLineBeforeChildren(?int $indentation = null): string
1717
{
18-
return ''; //self::BREAK_LINE_CHAR;
18+
return '';
1919
}
2020

2121
public function toString(?int $indentation = null): string

0 commit comments

Comments
 (0)