Passed
Push — master ( d3086a...1a484d )
by Anthony
15:38
created
modules/bataille/app/controller/Profil.php 3 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 		
31 31
 		//-------------------------- GETTER ----------------------------------------------------------------------------//
32 32
 		public function getVacances(){
33
-		    return $this->vacances;
33
+			return $this->vacances;
34 34
 		}
35 35
 		
36 36
 		/**
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 		
30 30
 		
31 31
 		//-------------------------- GETTER ----------------------------------------------------------------------------//
32
-		public function getVacances(){
32
+		public function getVacances() {
33 33
 		    return $this->vacances;
34 34
 		}
35 35
 		
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 		
30 30
 		
31 31
 		//-------------------------- GETTER ----------------------------------------------------------------------------//
32
-		public function getVacances(){
32
+		public function getVacances() {
33 33
 		    return $this->vacances;
34 34
 		}
35 35
 		
Please login to merge, or discard this patch.