@@ -63,7 +63,7 @@ |
||
| 63 | 63 | { |
| 64 | 64 | $arg = new Arg( |
| 65 | 65 | $hook, |
| 66 | - static function (string $hook): bool { |
|
| 66 | + static function(string $hook): bool { |
|
| 67 | 67 | return !HookUtil::isValid($hook); |
| 68 | 68 | } |
| 69 | 69 | ); |
@@ -84,7 +84,7 @@ |
||
| 84 | 84 | { |
| 85 | 85 | $arg = new Arg( |
| 86 | 86 | $hook, |
| 87 | - static function (string $hook): bool { |
|
| 87 | + static function(string $hook): bool { |
|
| 88 | 88 | return !HookUtil::isInstallable($hook); |
| 89 | 89 | } |
| 90 | 90 | ); |