]> Raphaël G. Git Repositories - airbundle/commitdiff
Cleanup
authorRaphaël Gertz <git@rapsys.eu>
Tue, 4 Oct 2022 05:39:07 +0000 (07:39 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 4 Oct 2022 05:39:07 +0000 (07:39 +0200)
Entity/User.php

index fe838c38cf6e18179d8a0f82a47c03e2a9cbb5a3..5738c3aa6f93fc00fcf313cf460b8352df462404 100644 (file)
@@ -101,7 +101,7 @@ class User extends BaseUser {
         *
         * @param Country $country
         *
-        * @return Snippet
+        * @return User
         */
        public function setCountry(Country $country) {
                $this->country = $country;