Passed
Push — master ( 348843...0ed5cc )
by Anthony
05:19
created
core/admin/contenus/GestionContenus.php 1 patch
Doc Comments   +9 added lines, -6 removed lines patch added patch discarded remove patch
@@ -33,6 +33,9 @@  discard block
 block discarded – undo
33 33
 			return $bloc_editable;
34 34
 		}
35 35
 
36
+		/**
37
+		 * @param integer $parent
38
+		 */
36 39
 		private function getOrdrePage($parent) {
37 40
 			if (($parent != "") || ($parent != 0)) {
38 41
 				$dbc = \core\App::getDb();
@@ -66,13 +69,13 @@  discard block
 block discarded – undo
66 69
 		}
67 70
 
68 71
 		/**
69
-		 * @param $nom_table
70
-		 * @param $nom_id_table
71
-		 * @param $champ
72
+		 * @param string $nom_table
73
+		 * @param string $nom_id_table
74
+		 * @param string $champ
72 75
 		 * @param $value
73
-		 * @param $limit_char
74
-		 * @param $err_char
75
-		 * @param $err_egalite
76
+		 * @param integer $limit_char
77
+		 * @param string $err_char
78
+		 * @param string $err_egalite
76 79
 		 * @param null $value_id_table
77 80
 		 * @return string
78 81
 		 * fonction qui permet de vérifier qu'il n'y ait pas d'erreur dans le champ spécifié ni de doublons
Please login to merge, or discard this patch.
modules/bataille/app/controller/Aide.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -123,6 +123,11 @@
 block discarded – undo
123 123
 
124 124
 
125 125
 		//-------------------------- SETTER ----------------------------------------------------------------------------//
126
+
127
+		/**
128
+		 * @param integer[] $niveau_batiment
129
+		 * @param string[] $temps_construction
130
+		 */
126 131
 		private function setListeBatiment($nom_batiment, $nom_batiment_sql, $niveau_batiment, $temps_construction, $ressource, $nom_batiment_construire, $niveau_batiment_construire) {
127 132
 			$this->nom_batiment = $nom_batiment;
128 133
 			$this->nom_batiment_sql = $nom_batiment_sql;
Please login to merge, or discard this patch.
modules/bataille/app/controller/Batiment.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -368,7 +368,7 @@
 block discarded – undo
368 368
 
369 369
 		/**
370 370
 		 * @param $nom_batiment_sql
371
-		 * @param $niveau
371
+		 * @param integer $niveau
372 372
 		 * @return array
373 373
 		 * recuperation des ressources nécéssaire pour construire le batiment
374 374
 		 */
Please login to merge, or discard this patch.