File tree Expand file tree Collapse file tree
src/Authentication/Provider Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 '@Symfony:risky ' => true ,
77 '@PHP8x4Migration ' => true ,
88 '@PHP8x4Migration:risky ' => true ,
9- '@PHPUnit10x0Migration :risky ' => true ,
9+ '@PHPUnit11x0Migration :risky ' => true ,
1010 'array_syntax ' => ['syntax ' => 'short ' ],
1111 'blank_line_after_opening_tag ' => false ,
12+ 'declare_strict_types ' => ['strategy ' => 'enforce ' ],
1213 'fopen_flags ' => false ,
1314 'linebreak_after_opening_tag ' => false ,
1415 'no_superfluous_phpdoc_tags ' => ['remove_inheritdoc ' => true ],
Original file line number Diff line number Diff line change 3232 __DIR__ .'/vendor/phpstan/phpstan-symfony/extension.neon ' ,
3333 __DIR__ .'/phpstan.neon ' ,
3434 ])
35+ ->withComposerBased (phpunit: true )
3536 ->withPhpSets ()
3637 ->withPreparedSets (codeQuality: true , phpunitCodeQuality: true );
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ private function getToken(Connection $connection): TokenInterface
8383
8484 foreach ($ this ->firewalls as $ firewall ) {
8585 if (false !== $ serializedToken = $ session ->get ($ sessionKey = '_security_ ' .$ firewall , false )) {
86- if (!is_string ($ serializedToken )) {
86+ if (!\ is_string ($ serializedToken )) {
8787 $ this ->logger ?->debug('Session has a non-string serialized token. ' , [
8888 'key ' => $ sessionKey ,
8989 'type ' => get_debug_type ($ serializedToken ),
You can’t perform that action at this time.
0 commit comments