Completed
Pull Request — master (#212)
by Markus
09:04
created
sendtomail.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -16,6 +16,10 @@
 block discarded – undo
16 16
     return False;
17 17
 }
18 18
 
19
+/**
20
+ * @param integer|null $idData
21
+ * @param string|null $emailDest
22
+ */
19 23
 function checkRequest ($idData, $emailDest) {
20 24
     if (empty ($idData)) {
21 25
         return 'No data sent.';
Please login to merge, or discard this patch.