Completed
Push — spip-2.1 ( b6b097 )
by cam
42:28 queued 30:44
created
ecrire/action/documenter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
27 27
 }
28 28
 
29 29
 // http://doc.spip.org/@action_virtualiser_post
30
+/**
31
+ * @param string[] $r
32
+ */
30 33
 function action_virtualiser_post($r, $url)
31 34
 {
32 35
 	$url = preg_replace(",^ *https?://$,i", "", rtrim($url));
Please login to merge, or discard this patch.
ecrire/action/editer_mots.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
27 27
 }
28 28
 
29 29
 // http://doc.spip.org/@action_virtualiser_post
30
+/**
31
+ * @param string[] $r
32
+ */
30 33
 function action_virtualiser_post($r, $url)
31 34
 {
32 35
 	$url = preg_replace(",^ *https?://$,i", "", rtrim($url));
Please login to merge, or discard this patch.
ecrire/action/legender.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
27 27
 }
28 28
 
29 29
 // http://doc.spip.org/@action_virtualiser_post
30
+/**
31
+ * @param string[] $r
32
+ */
30 33
 function action_virtualiser_post($r, $url)
31 34
 {
32 35
 	$url = preg_replace(",^ *https?://$,i", "", rtrim($url));
Please login to merge, or discard this patch.
ecrire/action/poster_forum_prive.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
27 27
 }
28 28
 
29 29
 // http://doc.spip.org/@action_virtualiser_post
30
+/**
31
+ * @param string[] $r
32
+ */
30 33
 function action_virtualiser_post($r, $url)
31 34
 {
32 35
 	$url = preg_replace(",^ *https?://$,i", "", rtrim($url));
Please login to merge, or discard this patch.
ecrire/action/supprimer_traduction.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
27 27
 }
28 28
 
29 29
 // http://doc.spip.org/@action_virtualiser_post
30
+/**
31
+ * @param string[] $r
32
+ */
30 33
 function action_virtualiser_post($r, $url)
31 34
 {
32 35
 	$url = preg_replace(",^ *https?://$,i", "", rtrim($url));
Please login to merge, or discard this patch.
ecrire/balise/menu_lang_ecrire.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -71,6 +71,9 @@
 block discarded – undo
71 71
 }
72 72
 
73 73
 
74
+/**
75
+ * @param string $nom
76
+ */
74 77
 function phraser_logo_faux_filtres($nom)
75 78
 {
76 79
 	switch($nom) {
Please login to merge, or discard this patch.
ecrire/base/create.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -14,6 +14,9 @@
 block discarded – undo
14 14
 
15 15
 $serveur_vieille_base =0;
16 16
 
17
+/**
18
+ * @param boolean $autoinc
19
+ */
17 20
 function	spip_create_vieille_table($table,$fields,$keys,$autoinc){
18 21
 	static $fcreate = null;
19 22
 	$serveur = $GLOBALS['serveur_vieille_base'];
Please login to merge, or discard this patch.
ecrire/exec/dater.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@
 block discarded – undo
19 19
 }
20 20
 
21 21
 // http://doc.spip.org/@exec_meme_rubrique_args
22
+/**
23
+ * @param integer $id
24
+ */
22 25
 function exec_meme_rubrique_args($id, $type, $order)
23 26
 {
24 27
         if ((!autoriser('publierdans','rubrique',$id))
Please login to merge, or discard this patch.
ecrire/exec/documenter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@
 block discarded – undo
19 19
 }
20 20
 
21 21
 // http://doc.spip.org/@exec_meme_rubrique_args
22
+/**
23
+ * @param integer $id
24
+ */
22 25
 function exec_meme_rubrique_args($id, $type, $order)
23 26
 {
24 27
         if ((!autoriser('publierdans','rubrique',$id))
Please login to merge, or discard this patch.