@@ -34,7 +34,7 @@ |
||
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"); |