Passed
Push — master ( 8e5587...46e706 )
by Anthony
04:25
created
modules/bataille/app/controller/GroupeUnite.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
 			
113 113
 			$count = count($nombre_unite);
114 114
 			
115
-			for ($i=0 ; $i<$count ; $i++) {
115
+			for ($i = 0; $i < $count; $i++) {
116 116
 				$this->setAjouterUniteGroupe($nombre_unite[$i], $nom_unite[$i], $type_unite[$i], $id_groupe);
117 117
 			}
118 118
 			
Please login to merge, or discard this patch.