Skip to content

Commit 9a3bcad

Browse files
authored
Merge pull request #9 from binary-cats/analysis-peMn3L
Apply fixes from StyleCI
2 parents 98a1b32 + 419e3fe commit 9a3bcad

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/WebhookSignature.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ final class WebhookSignature
2828
/**
2929
* Create new Signature.
3030
*
31-
* @param string[] $signatureArray
32-
* @param string $secret
31+
* @param string[] $signatureArray
32+
* @param string $secret
3333
*/
3434
public function __construct(array $signatureArray, string $secret)
3535
{
@@ -41,7 +41,7 @@ public function __construct(array $signatureArray, string $secret)
4141
* Statis accessor into the class constructor.
4242
*
4343
* @param array $signatureArray
44-
* @param string $secret
44+
* @param string $secret
4545
* @return $this
4646
*/
4747
public static function make($signatureArray, string $secret): self

tests/DummyJob.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class DummyJob
1616
/**
1717
* Create new Job.
1818
*
19-
* @param \Spatie\WebhookClient\Models\WebhookCall $webhookCall
19+
* @param \Spatie\WebhookClient\Models\WebhookCall $webhookCall
2020
*/
2121
public function __construct(WebhookCall $webhookCall)
2222
{

tests/TestCase.php

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Tests;
44

55
use BinaryCats\LobWebhooks\LobWebhooksServiceProvider;
6-
use CreateWebhookCallsTable;
76
use Exception;
87
use Illuminate\Contracts\Debug\ExceptionHandler;
98
use Illuminate\Foundation\Exceptions\Handler;

0 commit comments

Comments
 (0)