Skip to content

Commit 3b06b9f

Browse files
committed
refactor: remove unnecessary phpstan ignore comment and update phpstan configuration path
1 parent 8670f1d commit 3b06b9f

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
paths:
66
- '**.php'
7-
- 'phpstan.neon.dist'
7+
- '../../phpstan.neon'
88

99
jobs:
1010
phpstan:

phpstan.neon.dist

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/Models/PaymentWebhookLog.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class PaymentWebhookLog extends Model
1919

2020
public static function storePaymentWebhook(PaymentWebhookConfig $config, Request $request, $requestHash): PaymentWebhookLog
2121
{
22-
// @phpstan-ignore-next-line
2322
return self::create([
2423
'payment_gateway' => $config->name,
2524
'request_hash' => $requestHash,

0 commit comments

Comments
 (0)