Completed
Push — master ( 1834ec...81234e )
by Sam
01:55
created
src/UltraLite/ConfigReader/ConfigReaderException/ConfigFileUnparsable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 
14 14
     public static function constructFromThrowable(\Throwable $throwable, string $path): ConfigFileUnparsable
15 15
     {
16
-        $message = 'Encountered error parsing config file "' . $path . '". Message was: "' . $throwable->getMessage() .'"';
16
+        $message = 'Encountered error parsing config file "' . $path . '". Message was: "' . $throwable->getMessage() . '"';
17 17
         return new static($message, $throwable->getCode(), $throwable);
18 18
     }
19 19
 }
Please login to merge, or discard this patch.