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 115c56d commit f7c34b0Copy full SHA for f7c34b0
src/phpDocumentor/Reflection/File/LocalFile.php
@@ -35,6 +35,7 @@ public function __construct(string $path)
35
if (!file_exists($path)) {
36
throw new \InvalidArgumentException(sprintf('File "%s" does not exist', $path));
37
}
38
+
39
$this->path = $path;
40
41
0 commit comments