Completed
Push — master ( 3c1d8c...9ca507 )
by mains
02:58
created
php/jodel-web.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -278,6 +278,9 @@
 block discarded – undo
278 278
 	return $data["karma"];
279 279
 }
280 280
 
281
+/**
282
+ * @param string $postId
283
+ */
281 284
 function deviceUidHasVotedThisPostId($deviceUid, $postId)
282 285
 {
283 286
 	$db = new DatabaseConnect();
Please login to merge, or discard this patch.