Passed
Push — master ( c68cb6...4f88af )
by Milad
02:44
created
src/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
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.");
Please login to merge, or discard this patch.