Skip to content

Commit 612668c

Browse files
authored
Update packages/cache/src/InternalCacheInsightsProvider.php
1 parent d3aa49b commit 612668c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cache/src/InternalCacheInsightsProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function getInsights(): array
2929
true => match ($this->discoveryCache->enabled) {
3030
true => match ($this->discoveryCache->strategy) {
3131
DiscoveryCacheStrategy::FULL => new Insight('Enabled', Insight::SUCCESS),
32-
DiscoveryCacheStrategy::PARTIAL => new Insight('Enabled (Partial)', Insight::SUCCESS),
32+
DiscoveryCacheStrategy::PARTIAL => new Insight('Enabled (partial)', Insight::SUCCESS),
3333
default => null, // INVALID and NONE are handled
3434
},
3535
false => new Insight('Disabled', Insight::WARNING),

0 commit comments

Comments
 (0)