@@ -691,7 +691,7 @@ |
||
| 691 | 691 | */ |
| 692 | 692 | public function isCurrent(): bool |
| 693 | 693 | { |
| 694 | - return ($this->isCurrent?true:false); |
|
| 694 | + return ($this->isCurrent ?true:false); |
|
| 695 | 695 | } |
| 696 | 696 | |
| 697 | 697 | /** |