Ver Fonte

FD3-221 php annotations

Guillermo Espinoza há 7 anos atrás
pai
commit
ec97229d7c
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      src/FTTHBundle/Entity/Profile.php

+ 3 - 1
src/FTTHBundle/Entity/Profile.php

@@ -75,7 +75,9 @@ class Profile implements TenancyIdTraitInterface
     }
 
     /**
-     * @return int
+     * @param int $id
+     * 
+     * @return Profile
      */
     public function setId($id)
     {