Completed
Push — spip-3.0 ( 5d8b58 )
by cam
53:01 queued 42:30
created
ecrire/exec/valider_xml.php 1 patch
Doc Comments   +11 added lines patch added patch discarded remove patch
@@ -53,6 +53,11 @@  discard block
 block discarded – undo
53 53
 }
54 54
 
55 55
 // http://doc.spip.org/@valider_xml_ok
56
+/**
57
+ * @param string $url
58
+ * @param string $req_ext
59
+ * @param integer $limit
60
+ */
56 61
 function valider_xml_ok($url, $req_ext, $limit, $rec)
57 62
 {
58 63
 	$url = urldecode($url);
@@ -133,6 +138,9 @@  discard block
 block discarded – undo
133 138
 }
134 139
 
135 140
 // http://doc.spip.org/@valider_resultats
141
+/**
142
+ * @param boolean $mode
143
+ */
136 144
 function valider_resultats($res, $mode)
137 145
 {
138 146
 	$i = $j = 0;
@@ -302,6 +310,9 @@  discard block
 block discarded – undo
302 310
 }
303 311
 
304 312
 // http://doc.spip.org/@valider_dir
313
+/**
314
+ * @param string $dir
315
+ */
305 316
 function valider_dir($files, $ext, $dir)
306 317
 {
307 318
 	$res = array();
Please login to merge, or discard this patch.