getCachedCards())) { 5, 6, 9, 11 => 3, 7, 8, 10, 12 => 4, default => $count, }; } protected function getCachedCards(): array { return $this->cachedCards ??= $this->getCards(); } protected function getCards(): array { return []; } }