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.
1 parent 1679fa6 commit 494994dCopy full SHA for 494994d
1 file changed
src/CacheWarmer/ProxyCacheWarmer.php
@@ -20,7 +20,7 @@ public function isOptional(): bool
20
return false;
21
}
22
23
- public function warmUp(string $cacheDir, string $buildDir = null): array
+ public function warmUp(string $cacheDir, ?string $buildDir = null): array
24
{
25
$proxyDir = $this->proxyFactory->getProxyDir();
26
if (!is_dir($proxyDir)) {
0 commit comments