We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5445f7 commit 6d8677aCopy full SHA for 6d8677a
src/WebPush.php
@@ -140,7 +140,7 @@ public function flush()
140
// for each endpoint server type
141
$responses = array();
142
foreach ($this->notificationsByServerType as $serverType => $notifications) {
143
- $responses += $this->prepareAndSend($notifications, $serverType);
+ $responses = array_merge($responses, $this->prepareAndSend($notifications, $serverType));
144
}
145
146
// if multi curl, flush
0 commit comments