This commit is contained in:
Nicolas Grekas 2018-11-20 17:23:41 +01:00
parent b634ed564a
commit ce6d918baf
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ trait LazyTrait
/**
* Sets the lazy flag of this service.
*
* @param bool|string A FQCN to derivate the lazy proxy from or `true` to make it extend from the definition's class
* @param bool|string $lazy A FQCN to derivate the lazy proxy from or `true` to make it extend from the definition's class
*
* @return $this
*/

View File

@ -101,7 +101,7 @@ class RedisCaster
}
/**
* @param \Redis|\RedisArray|\RedisCluster
* @param \Redis|\RedisArray|\RedisCluster $redis
*/
private static function getRedisOptions($redis, array $options = array()): EnumStub
{