Passed
Push — master ( 570774...3ce97f )
by Bo
02:34
created
src/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
                 try {
42 42
                     $this->instances[$id] = call_user_func($this->container_stack[$id], $this);
43 43
                 } catch (Exception $e) {
44
-                    throw new ContainerException($e->getMessage() . " - Tried to call {$id}");
44
+                    throw new ContainerException($e->getMessage()." - Tried to call {$id}");
45 45
                 }
46 46
 
47 47
                 $this->call_stack = [];
Please login to merge, or discard this patch.