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 894e699 commit b6f4853Copy full SHA for b6f4853
Authentication/AuthenticatorManager.php
@@ -91,7 +91,7 @@ public function supports(Request $request): ?bool
91
if (null !== $this->logger) {
92
$context = ['firewall_name' => $this->firewallName];
93
94
- if ($this->authenticators instanceof \Countable || \is_array($this->authenticators)) {
+ if (is_countable($this->authenticators)) {
95
$context['authenticators'] = \count($this->authenticators);
96
}
97
0 commit comments