Loading src/UnicaenAuthentification/Authentication/Storage/Db.php +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ class Db extends AbstractStorage * @param UserMapper|null $mapper * @return Db */ public function setMapper(UserMapper $mapper = null): Db public function setMapper(?UserMapper $mapper = null): Db { $this->mapper = $mapper; return $this; Loading Loading
src/UnicaenAuthentification/Authentication/Storage/Db.php +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ class Db extends AbstractStorage * @param UserMapper|null $mapper * @return Db */ public function setMapper(UserMapper $mapper = null): Db public function setMapper(?UserMapper $mapper = null): Db { $this->mapper = $mapper; return $this; Loading