diff --git a/lib/Format.php b/lib/Format.php index 5f1324c5..a6c97c6d 100644 --- a/lib/Format.php +++ b/lib/Format.php @@ -108,7 +108,7 @@ class Format { throw new \InvalidArgumentException('Working directory is not a directory!'); } - self::$workingDir = $dir; + self::$workingDir = realpath($dir) . '/'; } /**