Skip to content

Commit 78e9068

Browse files
authored
Update Application.php
remove unnecessary whitespace
1 parent 7bef22e commit 78e9068

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Application.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ private function formatDocBody(string $doc, int $ident)
154154
$line = trim($line, "\r");
155155
$line = str_repeat(' ', $ident).' * '.$line;
156156
}
157+
158+
$line = rtrim($line);
157159

158160
$doc = implode($newLine, $lines);
159161
$doc = str_repeat(' ', $ident).'/**'.$newLine.$doc;

0 commit comments

Comments
 (0)