Browse Source

FD3-221 php annotations

Guillermo Espinoza 7 năm trước cách đây
mục cha
commit
ec97229d7c
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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)
     {