Passed
Push — master ( c99e32...f48f1d )
by Anthony
07:10
created
modules/bataille/app/controller/Marche.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@
 block discarded – undo
189 189
 		}
190 190
 		
191 191
 		/**
192
-		 * @param $date_retour
192
+		 * @param double $date_retour
193 193
 		 * fonction qui place le trajet en retour
194 194
 		 */
195 195
 		private function setTrajetRetour($date_retour) {
Please login to merge, or discard this patch.
modules/bataille/app/controller/Nourriture.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
 		}
103 103
 		
104 104
 		/**
105
-		 * @param $nb_heure
105
+		 * @param double $nb_heure
106 106
 		 * @param $nb_unite
107 107
 		 * fonction qui calcule la nourriture consomee en 1h
108 108
 		 * si elle est inférieur à 0 on tue un nombre d'unite defini en fonction de combien le nombre de
Please login to merge, or discard this patch.
modules/bataille/app/controller/GenerationRapport.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -19,6 +19,11 @@
 block discarded – undo
19 19
 		
20 20
 		
21 21
 		//-------------------------- SETTER ----------------------------------------------------------------------------//
22
+
23
+		/**
24
+		 * @param string $titre
25
+		 * @param string $type
26
+		 */
22 27
 		public static function setGenererRapport($titre, $infos, $type) {
23 28
 			$chemin = MODULEROOT."bataille/app/controller/rapports/";
24 29
 			
Please login to merge, or discard this patch.
modules/bataille/app/controller/Points.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 		//-------------------------- SETTER ----------------------------------------------------------------------------//
80 80
 		/**
81 81
 		 * @param $id_base
82
-		 * @param null $type
82
+		 * @param string $type
83 83
 		 * @param null $points
84 84
 		 * @return int|null
85 85
 		 * fonction qui ajoute des points à la base en fonction du type
Please login to merge, or discard this patch.