@@ -148,7 +148,7 @@ |
||
148 | 148 | if (!array_key_exists($id, $this->instances)) { |
149 | 149 | try { |
150 | 150 | $this->instances[$id] = $this->build($id); |
151 | - } catch (NotFoundException|NotInstantiableException $e) { |
|
151 | + } catch (NotFoundException | NotInstantiableException $e) { |
|
152 | 152 | if (!$this->delegates->has($id)) { |
153 | 153 | throw $e; |
154 | 154 | } |