Skip to content

Commit f7c34b0

Browse files
committed
Fix Code style
1 parent 115c56d commit f7c34b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/phpDocumentor/Reflection/File/LocalFile.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public function __construct(string $path)
3535
if (!file_exists($path)) {
3636
throw new \InvalidArgumentException(sprintf('File "%s" does not exist', $path));
3737
}
38+
3839
$this->path = $path;
3940
}
4041

0 commit comments

Comments
 (0)