@@ -105,7 +105,7 @@ |
||
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) { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | |
4 | 4 | |
5 | 5 | use core\App; |
6 | - use core\functions\ChaineCaractere; |
|
7 | 6 | |
8 | 7 | class PermissionsFaction { |
9 | 8 | //-------------------------- BUILDER ----------------------------------------------------------------------------// |
@@ -16,7 +16,7 @@ |
||
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 | /** |
@@ -15,7 +15,7 @@ |
||
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 |
@@ -15,7 +15,7 @@ |
||
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 |