@@ -124,7 +124,7 @@ |
||
124 | 124 | * |
125 | 125 | * @throws ContainerException |
126 | 126 | */ |
127 | - public function catch(string $id) |
|
127 | + public function catch (string $id) |
|
128 | 128 | { |
129 | 129 | if (!isset($this->repository[$id])) { |
130 | 130 | throw new ContainerException("Cannot find $id in the container."); |