[Format] Store real path to working directory

This commit is contained in:
logmanoriginal 2018-11-15 20:06:45 +01:00
parent 6c4e239f64
commit 6b6ab6486a

View file

@ -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) . '/';
} }
/** /**