Passed
Push — master ( 883bce...3eef4a )
by Anthony
03:21
created
installation/controller/InstallUtilisateur.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
 			}
53 53
 
54 54
 			$this->erreur = true;
55
-			return "<li>Votre ". $champ ." doit être de trois caractère minimum</li>";
55
+			return "<li>Votre ".$champ." doit être de trois caractère minimum</li>";
56 56
 		}
57 57
 
58 58
 		/**
Please login to merge, or discard this patch.