From: Raphaƫl Gertz Date: Tue, 4 Oct 2022 05:39:07 +0000 (+0200) Subject: Cleanup X-Git-Tag: 0.3.0~231 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/d0bff99ae2723a1264489f10592921b3e4fd06ce?hp=c6f4483147eb5c725af37296a02c9fc5006d1b3f Cleanup --- diff --git a/Entity/User.php b/Entity/User.php index fe838c3..5738c3a 100644 --- a/Entity/User.php +++ b/Entity/User.php @@ -101,7 +101,7 @@ class User extends BaseUser { * * @param Country $country * - * @return Snippet + * @return User */ public function setCountry(Country $country) { $this->country = $country;