@@ -56,7 +56,7 @@ |
||
56 | 56 | * fonction qui ajoute des points à la base en fonction du type |
57 | 57 | * le type peut etre : batiment, attaque, defense, troupe |
58 | 58 | */ |
59 | - public static function setAjouterPoints($id_base, $type=null, $points=null) { |
|
59 | + public static function setAjouterPoints($id_base, $type = null, $points = null) { |
|
60 | 60 | $dbc = App::getDb(); |
61 | 61 | |
62 | 62 | if ($type == "batiment") { |