Passed
Push — master ( 14cd89...28f717 )
by Anthony
03:40
created
modules/bataille/app/controller/Points.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
 		//-------------------------- SETTER ----------------------------------------------------------------------------//
104 104
 		/**
105 105
 		 * @param $id_base
106
-		 * @param null $type
106
+		 * @param string $type
107 107
 		 * @param null $points
108 108
 		 * @return int|null
109 109
 		 * fonction qui ajoute des points à la base en fonction du type
@@ -149,6 +149,7 @@  discard block
 block discarded – undo
149 149
 		
150 150
 		/**
151 151
 		 * fonction qui permet d'ajouter tous les points du joueur aux points de la faction
152
+		 * @param string $del
152 153
 		 */
153 154
 		public static function setRejoindreQuitterFaction($del = null) {
154 155
 			$dbc = App::getDb();
Please login to merge, or discard this patch.