Passed
Push — master ( 321d9a...47ef66 )
by
unknown
03:21
created
Command/HookUpdateAllCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
         $responses = [];
56 56
 
57 57
         $hookItems = $this->getHookService()->list();
58
-        foreach($hookItems as $hook) {
58
+        foreach ($hookItems as $hook) {
59 59
             $hookId = $hook->Id;
60 60
             $this->output->infoid("Updating Hook ID " . $hookId . " with " . $url);
61 61
             try {
Please login to merge, or discard this patch.