@@ -171,7 +171,7 @@ discard block |
||
| 171 | 171 | /** |
| 172 | 172 | * Create an instance of the loader and load the configuration in one step. |
| 173 | 173 | * |
| 174 | - * @param LaravelApplication|LumenApplication $app The current application |
|
| 174 | + * @param \Illuminate\Contracts\Container\Container $app The current application |
|
| 175 | 175 | * instance that provides context and services needed to load the |
| 176 | 176 | * appropriate configuration. |
| 177 | 177 | * |
@@ -253,7 +253,7 @@ discard block |
||
| 253 | 253 | * This helper method enables the package's service providers to get config |
| 254 | 254 | * values without having to resolve the config service from the container. |
| 255 | 255 | * |
| 256 | - * @param string|array $key The key(s) for the value(s) to fetch. |
|
| 256 | + * @param string $key The key(s) for the value(s) to fetch. |
|
| 257 | 257 | * @param mixed $default Returned if the key does not exist. |
| 258 | 258 | * |
| 259 | 259 | * @return mixed The requested configuration value or the provided default |
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | * Create a new Redis Sentinel connection from the provided configuration |
| 50 | 50 | * options |
| 51 | 51 | * |
| 52 | - * @param array $server The client configuration for the connection |
|
| 52 | + * @param array $servers The client configuration for the connection |
|
| 53 | 53 | * @param array $options The global client options shared by all Sentinel |
| 54 | 54 | * connections |
| 55 | 55 | * |