Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
87673fd0c5
commit
81c9d8d479
6 changed files with 11 additions and 11 deletions
|
@ -72,7 +72,7 @@ class PubSubPublish
|
|||
$ret = $postResult->getReturnCode();
|
||||
|
||||
if ($ret >= 200 && $ret <= 299) {
|
||||
Logger::notice('Successfully pushed to ' . $subscriber['callback_url']);
|
||||
Logger::info('Successfully pushed to ' . $subscriber['callback_url']);
|
||||
|
||||
PushSubscriber::reset($subscriber['id'], $last_update);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue