Skip to content

Commit 67abb2a

Browse files
committed
wip
1 parent 2c1c453 commit 67abb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cache/src/CacheConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ private function resolveDiscoveryCacheStrategy(): DiscoveryCacheStrategy
7676
return $current;
7777
}
7878

79-
private function enableCache(null|bool $enable): bool
79+
private function enableCache(?bool $enable): ?bool
8080
{
8181
if ($this->isDiscoveryGenerateCommand()) {
8282
return false;

0 commit comments

Comments
 (0)