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 5655428 commit 2b7ff3aCopy full SHA for 2b7ff3a
lib/Workspace.php
@@ -18,7 +18,7 @@ class Workspace
18
19
public function __construct(string $path)
20
{
21
- $this->path = $path;
+ $this->path = Path::canonicalize($path);
22
}
23
24
public static function create(string $path): self
0 commit comments