Passed
Push — master ( fe2323...491224 )
by Sergei
02:01
created
src/ContainerProxy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      * @throws NotInstantiableException
35 35
      * @throws NotFoundException
36 36
      */
37
-    public function get($id, array $params = [], array $config = [])
37
+    public function get($id, array $params = [ ], array $config = [ ])
38 38
     {
39 39
         if (is_string($id) && !$this->has($id)) {
40 40
             throw new NotFoundException("No definition for $id");
Please login to merge, or discard this patch.