From 6b6ab6486a948cb83172b066dc4744034b62ee86 Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Thu, 15 Nov 2018 20:06:45 +0100 Subject: [PATCH] [Format] Store real path to working directory --- lib/Format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) . '/'; } /**