We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5750a16 commit 729bee6Copy full SHA for 729bee6
1 file changed
src/UserProvider.php
@@ -20,7 +20,7 @@ class UserProvider implements UserProviderInterface, RoleManagerInterface
20
private $shouldRefresh;
21
private $dispatcher;
22
23
- public function __construct(Client $client, $shouldRefresh = true, EventDispatcherInterface $dispatcher = null)
+ public function __construct(Client $client, $shouldRefresh = true, EventDispatcherInterface|null $dispatcher = null)
24
{
25
$this->client = $client;
26
$this->shouldRefresh = (bool) $shouldRefresh;
0 commit comments