Loading src/UnicaenAuthentification/Controller/AuthController.php +1 −1 Original line number Diff line number Diff line Loading @@ -227,7 +227,7 @@ class AuthController extends AbstractActionController * @param string|null $type * @return string */ private function processedType(string $type = null): string private function processedType(?string $type = null): string { if ($type === self::AUTH_TYPE_LOCAL) { return $type; Loading Loading
src/UnicaenAuthentification/Controller/AuthController.php +1 −1 Original line number Diff line number Diff line Loading @@ -227,7 +227,7 @@ class AuthController extends AbstractActionController * @param string|null $type * @return string */ private function processedType(string $type = null): string private function processedType(?string $type = null): string { if ($type === self::AUTH_TYPE_LOCAL) { return $type; Loading