Passed
Push — master ( f1cdd9...404c89 )
by Anthony
02:41
created
core/admin/contenus/GestionContenus.php 1 patch
Doc Comments   +10 added lines, -7 removed lines patch added patch discarded remove patch
@@ -41,6 +41,9 @@  discard block
 block discarded – undo
41 41
 			return $bloc_editable;
42 42
 		}
43 43
 
44
+		/**
45
+		 * @param integer $parent
46
+		 */
44 47
 		private function getOrdrePage($parent) {
45 48
 			if (($parent != "") || ($parent != 0)) {
46 49
 				$dbc = \core\App::getDb();
@@ -74,13 +77,13 @@  discard block
 block discarded – undo
74 77
 		}
75 78
 
76 79
 		/**
77
-		 * @param $nom_table
78
-		 * @param $nom_id_table
79
-		 * @param $champ
80
+		 * @param string $nom_table
81
+		 * @param string $nom_id_table
82
+		 * @param string $champ
80 83
 		 * @param $value
81
-		 * @param $limit_char
82
-		 * @param $err_char
83
-		 * @param $err_egalite
84
+		 * @param integer $limit_char
85
+		 * @param string $err_char
86
+		 * @param string $err_egalite
84 87
 		 * @param null $value_id_table
85 88
 		 * @return string
86 89
 		 * fonction qui permet de vérifier qu'il n'y ait pas d'erreur dans le champ spécifié ni de doublons
@@ -348,7 +351,7 @@  discard block
 block discarded – undo
348 351
 
349 352
 		/**
350 353
 		 * @param string $id
351
-		 * @param $value_id
354
+		 * @param string $value_id
352 355
 		 * @param integer $affiche
353 356
 		 */
354 357
 		private function setAjoutLienNavigation($id, $value_id, $affiche) {
Please login to merge, or discard this patch.