Skip to content

Commit 7829001

Browse files
committed
Style fixes
1 parent f6eb044 commit 7829001

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![https://github.com/binary-cats/laravel-mailgun-webhooks/actions](https://github.com/binary-cats/laravel-mailgun-webhooks/workflows/Laravel/badge.svg)
44
![https://github.styleci.io/repos/230519748](https://github.styleci.io/repos/230519748/shield)
5-
![Scrutinizer]()
5+
![https://scrutinizer-ci.com/g/binary-cats/laravel-mailgun-webhooks/](https://scrutinizer-ci.com/g/binary-cats/laravel-mailgun-webhooks/badges/quality-score.png?b=master)
66

77
[Mailgun](https://mailgun.com) can notify your application of mail events using webhooks. This package can help you handle those webhooks. Out of the box it will verify the Mailgun signature of all incoming requests. All valid calls will be logged to the database. You can easily define jobs or events that should be dispatched when specific events hit your app.
88

src/WebhookSignature.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct(array $signatureArray, string $secret)
3737
*
3838
* @param array $signatureArray
3939
* @param string $secret
40-
* @return new static
40+
* @return WebhookSignature static
4141
*/
4242
public static function make($signatureArray, string $secret)
4343
{

0 commit comments

Comments
 (0)