Completed
Push — master ( a82eb1...19193b )
by Muhammad Kashif
03:28
created
src/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     public function get($name)
39 39
     {
40 40
         if (!$this->has($name)) {
41
-            throw new NotFoundException('Service not found: '.$name);
41
+            throw new NotFoundException('Service not found: ' . $name);
42 42
         }
43 43
 
44 44
         if (!isset($this->serviceStore[$name])) {
Please login to merge, or discard this patch.