Completed
Push — master ( e08a79...5de93f )
by Raphaël
03:21
created
src/Ressources/ProfileCertain.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -38,6 +38,9 @@
 block discarded – undo
38 38
         }
39 39
     }
40 40
 
41
+    /**
42
+     * @param string $email
43
+     */
41 44
     public function getProfileCertainReturnByEmail($email)
42 45
     {
43 46
         return $this->get(null, ['email'=> $email]);
Please login to merge, or discard this patch.