@@ -43,7 +43,7 @@ |
||
43 | 43 | |
44 | 44 | public function issetBit(int $bit): bool |
45 | 45 | { |
46 | - return (bool) ($this->getMask() & (1 << $this->checkBit($bit))); |
|
46 | + return (bool)($this->getMask() & (1 << $this->checkBit($bit))); |
|
47 | 47 | } |
48 | 48 | |
49 | 49 | public function getMask(): int |