@@ -129,7 +129,7 @@ |
||
129 | 129 | /** |
130 | 130 | * Create an instance of the loader and load the configuration in one step. |
131 | 131 | * |
132 | - * @param LaravelApplication|LumenApplication $app The current application |
|
132 | + * @param \Illuminate\Contracts\Foundation\Application $app The current application |
|
133 | 133 | * instance that provides context and services needed to load the |
134 | 134 | * appropriate configuration. |
135 | 135 | * |
@@ -42,7 +42,7 @@ |
||
42 | 42 | * @param array $options The global client options shared by all Sentinel |
43 | 43 | * connections |
44 | 44 | * |
45 | - * @return PredisConnection The Sentinel connection containing a configured |
|
45 | + * @return PredisSentinelConnection The Sentinel connection containing a configured |
|
46 | 46 | * Predis Client |
47 | 47 | */ |
48 | 48 | public function connect(array $server, array $options = [ ]) |