Completed
Push — master ( 2e60a6...929644 )
by mains
03:24
created
php/JodelAccount.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -385,6 +385,9 @@
 block discarded – undo
385 385
         }       
386 386
     }
387 387
 
388
+    /**
389
+     * @param Location $location
390
+     */
388 391
     function registerAccount($location) {
389 392
         $accountCreator = new CreateUser();
390 393
         $accountCreator->setLocation($location);
Please login to merge, or discard this patch.
php/View.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -204,6 +204,9 @@
 block discarded – undo
204 204
 		return array("image_url" => $captcha['image_url'], "key" => $captcha['key']);
205 205
 	}
206 206
 
207
+	/**
208
+	 * @param string $deviceUid
209
+	 */
207 210
 	function showCaptcha($accessToken, $deviceUid)
208 211
 	{
209 212
 		$accountCreator = new GetCaptcha();
Please login to merge, or discard this patch.