We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb33d5 commit e93ee7dCopy full SHA for e93ee7d
CacheWarmer/GeneratorCacheWarmer.php
@@ -19,7 +19,7 @@ public function __construct(protected GeneratorCacheBuilder $generatorCacheBuild
19
{
20
}
21
22
- public function warmUp(string $cacheDir, string $buildDir = null): array
+ public function warmUp(string $cacheDir, ?string $buildDir = null): array
23
24
$this->generatorCacheBuilder->buildFull();
25
0 commit comments