[Format] Store real path to working directory
This commit is contained in:
parent
6c4e239f64
commit
6b6ab6486a
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class Format {
|
||||||
throw new \InvalidArgumentException('Working directory is not a directory!');
|
throw new \InvalidArgumentException('Working directory is not a directory!');
|
||||||
}
|
}
|
||||||
|
|
||||||
self::$workingDir = $dir;
|
self::$workingDir = realpath($dir) . '/';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue