Commit eab39735 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction nécessaires pour passer à laminas

parent c9755ab2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ class UserHydrator extends ClassMethods
     * @return array
     * @throws Exception\InvalidArgumentException
     */
    public function extract($object)
    public function extract($object): array
    {
        if (!$object instanceof UserEntityInterface) {
            throw new Exception\InvalidArgumentException('$object must be an instance of ZfcUser\Entity\UserInterface');