Test Failed
Push — test ( 9734ad...c1b7d0 )
by Tom
02:18
created
src/Utility/App.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -302,7 +302,7 @@
 block discarded – undo
302 302
      */
303 303
     private function parsePath($basename, &$workingDir)
304 304
     {
305
-        $buffer = (string) $workingDir;
305
+        $buffer = (string)$workingDir;
306 306
 
307 307
         $file = $this->parseFile($basename, $workingDir);
308 308
 
Please login to merge, or discard this patch.