Pārlūkot izejas kodu

FD3-221 php annotations

Guillermo Espinoza 7 gadi atpakaļ
vecāks
revīzija
ec97229d7c
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  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)
     {