Fixed some higher level PHPstan issues.

This commit is contained in:
Jan Böhmer 2020-10-02 12:42:15 +02:00
parent f2f5e0b76e
commit 3328dd968d
9 changed files with 12 additions and 11 deletions

View file

@ -71,7 +71,7 @@ final class RegisterU2FSubscriber implements EventSubscriberInterface
private $router;
/**
* @var EventDispatcher
* @var EventDispatcher|EventDispatcherInterface
*/
private $eventDispatcher;