Prechádzať zdrojové kódy

FD3-221 php annotations

Guillermo Espinoza 7 rokov pred
rodič
commit
ec97229d7c
1 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  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)
     {