Passed
Pull Request — master (#264)
by
unknown
02:21
created
src/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
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
                 }
Please login to merge, or discard this patch.