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 2c1c453 commit 67abb2aCopy full SHA for 67abb2a
packages/cache/src/CacheConfig.php
@@ -76,7 +76,7 @@ private function resolveDiscoveryCacheStrategy(): DiscoveryCacheStrategy
76
return $current;
77
}
78
79
- private function enableCache(null|bool $enable): bool
+ private function enableCache(?bool $enable): ?bool
80
{
81
if ($this->isDiscoveryGenerateCommand()) {
82
return false;
0 commit comments