@@ -20,7 +20,7 @@ |
||
20 | 20 | */ |
21 | 21 | public function hasReplaceCommandHook() |
22 | 22 | { |
23 | - return (bool) count($this->getReplaceCommandHooks()); |
|
23 | + return (bool)count($this->getReplaceCommandHooks()); |
|
24 | 24 | } |
25 | 25 | |
26 | 26 | /** |