Completed
Push — v4.0-dev ( 6660e2...b14a8f )
by
unknown
11s
created
src/Engine.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -74,6 +74,9 @@
 block discarded – undo
74 74
         $this->container->get('config');
75 75
     }
76 76
 
77
+    /**
78
+     * @param string $id
79
+     */
77 80
     public function get($id) {
78 81
         return $this->container->get($id);
79 82
     }
Please login to merge, or discard this patch.