Skip to content

Commit a1584e1

Browse files
committed
refactor: remove unnecessary phpstan ignore comment and update phpstan configuration path
1 parent d762c5f commit a1584e1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/phpstan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: PHPStan
22

33
on:
44
push:
5+
paths:
6+
- '**.php'
7+
- 'phpstan.neon.dist'
58

69
jobs:
710
phpstan:

src/Models/PaymentWebhookLog.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ class PaymentWebhookLog extends Model
1515
'request_headers' => 'array',
1616
'request_body' => 'array',
1717
'request_exception' => 'array',
18-
19-
20-
21-
'created_at' => 'datetime',
2218
];
2319

2420
public static function storePaymentWebhook(PaymentWebhookConfig $config, Request $request, $requestHash): PaymentWebhookLog

0 commit comments

Comments
 (0)