/**
* Config array
*/
- protected $config;
- protected $options;
- protected $defaultOptions = [
+ protected array $config;
+ protected array $options;
+ protected array $defaultOptions = [
'failure_path' => null,
'failure_forward' => false,
'login_path' => '/login',
/**
* Router instance
*/
- protected $router;
+ protected RouterInterface $router;
/**
* Slugger instance
*/
- protected $slugger;
+ protected SluggerUtil $slugger;
/**
* @xxx Second argument will be replaced by security.firewalls.main.logout.target