Rapsys Git
/
userbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a738067
)
Strict types
author
Raphaël Gertz
<git@rapsys.eu>
Fri, 10 Nov 2023 11:26:11 +0000
(12:26 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Fri, 10 Nov 2023 11:26:11 +0000
(12:26 +0100)
Handler/AuthenticationSuccessHandler.php
patch
|
blob
|
history
diff --git
a/Handler/AuthenticationSuccessHandler.php
b/Handler/AuthenticationSuccessHandler.php
index 90d53d74051b6a89d6e81fa367854630dbd2eeff..579c11029151c8e53436e408e60d318db54f0cd9 100644
(file)
--- a/
Handler/AuthenticationSuccessHandler.php
+++ b/
Handler/AuthenticationSuccessHandler.php
@@
-37,7
+37,7
@@
class AuthenticationSuccessHandler extends DefaultAuthenticationSuccessHandler {
/**
* Default options
*/
/**
* Default options
*/
- protected $defaultOptions = [
+ protected
array
$defaultOptions = [
'always_use_default_target_path' => false,
'default_target_path' => '/',
'login_path' => '/login',
'always_use_default_target_path' => false,
'default_target_path' => '/',
'login_path' => '/login',
@@
-48,12
+48,12
@@
class AuthenticationSuccessHandler extends DefaultAuthenticationSuccessHandler {
/**
* Options
*/
/**
* Options
*/
- protected $options;
+ protected
array
$options;
/**
* Router instance
*/
/**
* Router instance
*/
- protected $router;
+ protected
RouterInterface
$router;
/**
* {@inheritdoc}
/**
* {@inheritdoc}