Fix code style

This commit is contained in:
ErickSkrauch
2018-07-08 18:55:53 +03:00
parent e3ade6a0cb
commit 7f42aadfcf
3 changed files with 4 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ class DeliveryWebHook implements RetryableJobInterface {
]);
} catch (ClientException $e) {
Yii::info("Delivery for {$this->url} has failed with {$e->getResponse()->getStatusCode()} status.");
return;
}
}