@@ -31,7 +31,7 @@ discard block |
||
31 | 31 | /** |
32 | 32 | * @api |
33 | 33 | * |
34 | - * @param array|ApplicationConfig $config |
|
34 | + * @param ApplicationConfig $config |
|
35 | 35 | * @param array $settings |
36 | 36 | * |
37 | 37 | * @return ConfigServiceProvider |
@@ -145,7 +145,7 @@ discard block |
||
145 | 145 | /** |
146 | 146 | * @param string $name |
147 | 147 | * @param array $settings |
148 | - * @param mixed $default |
|
148 | + * @param string $default |
|
149 | 149 | * |
150 | 150 | * @return mixed |
151 | 151 | */ |
@@ -35,8 +35,6 @@ |
||
35 | 35 | } |
36 | 36 | |
37 | 37 | /** |
38 | - * @param string $interface |
|
39 | - * @param array $config |
|
40 | 38 | */ |
41 | 39 | private function configureInterface(InflectorDefinition $definition) |
42 | 40 | { |