@@ -54,7 +54,7 @@ |
||
| 54 | 54 | $responses = []; |
| 55 | 55 | |
| 56 | 56 | $hookItems = $this->getHookService()->list(); |
| 57 | - foreach($hookItems as $hook) { |
|
| 57 | + foreach ($hookItems as $hook) { |
|
| 58 | 58 | $hookId = $hook->Id; |
| 59 | 59 | $this->output->infoid("Updating Hook ID " . $hookId . " with " . $url); |
| 60 | 60 | $responses[] = $this->getHookService()->update($hookId, $url); |