Skip to content

Commit 3f193e5

Browse files
authored
Revert "fix doWarmUp $buildDir deprecation"
1 parent 96fe0ff commit 3f193e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CacheWarmer/DoctrineMetadataCacheWarmer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ public function isOptional(): bool
3131
return false;
3232
}
3333

34-
protected function doWarmUp(string $cacheDir, ArrayAdapter $arrayAdapter, ?string $buildDir = null): bool
34+
/** @param string $cacheDir */
35+
protected function doWarmUp($cacheDir, ArrayAdapter $arrayAdapter): bool
3536
{
3637
// cache already warmed up, no needs to do it again
3738
if (is_file($this->phpArrayFile)) {

0 commit comments

Comments
 (0)