Passed
Push — master ( 390371...7263d9 )
by Bo
02:10
created
src/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
                 try {
30 30
                     $this->instances[$id] = call_user_func($this->container_stack[$id], $this);
31 31
                 } catch (Exception $e) {
32
-                    throw new ContainerException($e->getMessage() . " - Tried to call {$id}");
32
+                    throw new ContainerException($e->getMessage()." - Tried to call {$id}");
33 33
                 }
34 34
             }
35 35
             return $this->instances[$id];
Please login to merge, or discard this patch.