Completed
Push — master ( 00e688...a290f4 )
by Michael
06:28 queued 50s
created
xoops-martin/pay/alipay/php-demo/return_url.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -25,6 +25,9 @@
 block discarded – undo
25 25
 	}
26 26
 }
27 27
 
28
+/**
29
+ * @param string $word
30
+ */
28 31
 function  log_result($word) {
29 32
 	$fp = fopen("log.txt","a");	
30 33
 	flock($fp, LOCK_EX) ;
Please login to merge, or discard this patch.