@@ -38,7 +38,7 @@ |
||
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])) { |