@@ -17,12 +17,12 @@ |
||
17 | 17 | |
18 | 18 | public function getIsLogue() |
19 | 19 | { |
20 | - return (bool) self::$is_logue; |
|
20 | + return (bool)self::$is_logue; |
|
21 | 21 | } |
22 | 22 | |
23 | 23 | public function setIsLogue($bool = false) |
24 | 24 | { |
25 | - self::$is_logue = (bool) $bool; |
|
25 | + self::$is_logue = (bool)$bool; |
|
26 | 26 | return $this; |
27 | 27 | } |
28 | 28 |
@@ -183,7 +183,7 @@ |
||
183 | 183 | */ |
184 | 184 | public function getSetting($setting) |
185 | 185 | { |
186 | - $setting = (string) $setting; |
|
186 | + $setting = (string)$setting; |
|
187 | 187 | return isset($this->settings[$setting]) ? $this->settings[$setting] : null; |
188 | 188 | } |
189 | 189 | } |