Passed
Push — master ( b936a1...1057a9 )
by Anthony
02:40
created
modules/bataille/app/controller/PermissionsFaction.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
 		
106 106
 		/**
107 107
 		 * @param $id_faction
108
-		 * @return bool
108
+		 * @return boolean|null
109 109
 		 * fonction qui renvoi les permission du membre connecté
110 110
 		 */
111 111
 		public function getPermissionsMembre($id_faction) {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 	
4 4
 	
5 5
 	use core\App;
6
-	use core\functions\ChaineCaractere;
7 6
 	
8 7
 	class PermissionsFaction {
9 8
 		//-------------------------- BUILDER ----------------------------------------------------------------------------//
Please login to merge, or discard this patch.
modules/bataille/app/controller/Faction.php 3 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 		
17 17
 		//-------------------------- GETTER ----------------------------------------------------------------------------//
18 18
 		public function getIdFaction(){
19
-		    return $this->id_faction;
19
+			return $this->id_faction;
20 20
 		}
21 21
 		
22 22
 		/**
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 		
16 16
 		
17 17
 		//-------------------------- GETTER ----------------------------------------------------------------------------//
18
-		public function getIdFaction(){
18
+		public function getIdFaction() {
19 19
 		    return $this->id_faction;
20 20
 		}
21 21
 		
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 		
16 16
 		
17 17
 		//-------------------------- GETTER ----------------------------------------------------------------------------//
18
-		public function getIdFaction(){
18
+		public function getIdFaction() {
19 19
 		    return $this->id_faction;
20 20
 		}
21 21
 		
Please login to merge, or discard this patch.