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 ab9e431 commit 2643f37Copy full SHA for 2643f37
src/WebPush.php
@@ -235,7 +235,8 @@ protected function createRejectedReport($reason): MessageSentReport
235
}
236
237
/**
238
- * @throws \ErrorException|\Random\RandomException
+ * @throws \ErrorException
239
+ * add back @throws \Random\RandomException when we drop PHP 8.1 support
240
*/
241
protected function prepare(array $notifications): array
242
{
0 commit comments