]> git.agnieray.net Git - galette.git/commitdiff
Fix CS
authorJohan Cwiklinski <johan@x-tnd.be>
Wed, 10 Apr 2024 12:32:39 +0000 (14:32 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Wed, 10 Apr 2024 12:32:39 +0000 (14:32 +0200)
galette/lib/Galette/Util/Password.php

index b7fabe6863a38dbdeae131d5600466b71d88ba69..cbb16180862705e398d546d0356bee8c609b78f1 100644 (file)
@@ -229,7 +229,7 @@ class Password
             array_map(
                 function ($info) {
                     if ($info !== null) {
-                        return mb_strtolower($info);
+                        $info = mb_strtolower($info);
                     }
                     return $info;
                 },