Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce6d918

Browse files
fix cs
1 parent b634ed5 commit ce6d918

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/LazyTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ trait LazyTrait
1616
/**
1717
* Sets the lazy flag of this service.
1818
*
19-
* @param bool|string A FQCN to derivate the lazy proxy from or `true` to make it extend from the definition's class
19+
* @param bool|string $lazy A FQCN to derivate the lazy proxy from or `true` to make it extend from the definition's class
2020
*
2121
* @return $this
2222
*/

src/Symfony/Component/VarDumper/Caster/RedisCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public static function castRedisCluster(\RedisCluster $c, array $a, Stub $stub,
101101
}
102102

103103
/**
104-
* @param \Redis|\RedisArray|\RedisCluster
104+
* @param \Redis|\RedisArray|\RedisCluster $redis
105105
*/
106106
private static function getRedisOptions($redis, array $options = array()): EnumStub
107107
{

0 commit comments

Comments
 (0)