|
@@ -68,9 +68,8 @@ |
|
|
block discarded – undo |
|
68
|
68
|
* @param string $cacheDir A Symfony cache directory |
|
69
|
69
|
* @param string $token A token to clear the related cache |
|
70
|
70
|
* @param bool $phpCodeCacheEnabled If true, will clear APC or PHP OPcache code cache |
|
71
|
|
- * @param array $types A cache types array |
|
|
71
|
+ * @param string[] $types A cache types array |
|
72
|
72
|
* @param array $servers An array of servers |
|
73
|
|
- * @param array $timeouts An array of timeout options |
|
74
|
73
|
*/ |
|
75
|
74
|
public function __construct(RouterInterface $router, Filesystem $filesystem, $cacheDir, $token, $phpCodeCacheEnabled, array $types, array $servers) |
|
76
|
75
|
{ |
Please login to merge, or discard this patch.