@@ -70,7 +70,7 @@ |
||
70 | 70 | * @param string $cacheDir A Symfony cache directory |
71 | 71 | * @param string $token A token to clear the related cache |
72 | 72 | * @param bool $phpCodeCacheEnabled If true, will clear OPcache code cache |
73 | - * @param array $types A cache types array |
|
73 | + * @param string[] $types A cache types array |
|
74 | 74 | * @param array $servers An array of servers |
75 | 75 | * @param array $timeouts An array of timeout options |
76 | 76 | */ |
@@ -45,7 +45,7 @@ |
||
45 | 45 | * @param string $token |
46 | 46 | * @param RouterInterface $router |
47 | 47 | * @param null|ControllerResolverInterface $resolver |
48 | - * @param null|ArgumentsResolverInterface $argumentResolver |
|
48 | + * @param null|ArgumentResolverInterface $argumentResolver |
|
49 | 49 | */ |
50 | 50 | public function __construct($token, RouterInterface $router, ControllerResolverInterface $resolver = null, ArgumentResolverInterface $argumentResolver = null) |
51 | 51 | { |