@@ -19,7 +19,7 @@ |
||
| 19 | 19 | /** |
| 20 | 20 | * Determine whether the given status same with a module status. |
| 21 | 21 | */ |
| 22 | - public function hasStatus(Module|string $module, bool $status): bool; |
|
| 22 | + public function hasStatus(Module | string $module, bool $status): bool; |
|
| 23 | 23 | |
| 24 | 24 | /** |
| 25 | 25 | * Set active state for a module. |