Skip to content

Commit

Permalink
Update CacheWarmer/GeneratorCacheWarmer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvandevijver authored Jan 7, 2025
1 parent dbb33d5 commit e93ee7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CacheWarmer/GeneratorCacheWarmer.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function __construct(protected GeneratorCacheBuilder $generatorCacheBuild
{
}

public function warmUp(string $cacheDir, string $buildDir = null): array
public function warmUp(string $cacheDir, ?string $buildDir = null): array
{
$this->generatorCacheBuilder->buildFull();

Expand Down

0 comments on commit e93ee7d

Please sign in to comment.