Skip to content

Commit

Permalink
Fixes phpdocs on RedisManager (#18662)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored and taylorotwell committed Apr 4, 2017
1 parent 3a215d4 commit cebe9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Redis/RedisManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function __construct($driver, array $config)
/**
* Get a Redis connection by name.
*
* @param string $name
* @param string|null $name
* @return \Illuminate\Redis\Connections\Connection
*/
public function connection($name = null)
Expand Down

0 comments on commit cebe9e8

Please sign in to comment.