Skip to content

Commit

Permalink
The interface is not enough
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhenri-l committed Jul 24, 2019
1 parent ef0f8ec commit 5e3ebc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Contracts/Redis/Connector.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface Connector
*
* @param array $config
* @param array $options
* @return \Illuminate\Contracts\Redis\Connection
* @return \Illuminate\Redis\Connections\Connection
*/
public function connect(array $config, array $options);

Expand All @@ -19,7 +19,7 @@ public function connect(array $config, array $options);
* @param array $config
* @param array $clusterOptions
* @param array $options
* @return \Illuminate\Contracts\Redis\Connection
* @return \Illuminate\Redis\Connections\Connection
*/
public function connectToCluster(array $config, array $clusterOptions, array $options);
}

0 comments on commit 5e3ebc5

Please sign in to comment.