We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$buildDir
WarmableInterface::warmup
build_dir
1 parent e28fc27 commit eb1edcfCopy full SHA for eb1edcf
CacheWarmer/ProxyCacheWarmer.php
@@ -38,9 +38,9 @@ public function isOptional(): bool
38
}
39
40
/**
41
- * @return string[] A list of files to preload on PHP 7.4+
+ * @param string|null $buildDir
42
*/
43
- public function warmUp(string $cacheDir): array
+ public function warmUp(string $cacheDir /* , string $buildDir = null */): array
44
{
45
$files = [];
46
foreach ($this->registry->getManagers() as $em) {
0 commit comments