Commit 8b340b15 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Adaptation php8.4

parent a5742b1d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;