Explorar el Código

FD3-221 php annotations

Guillermo Espinoza hace 7 años
padre
commit
ec97229d7c
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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)
     {