Skip to content

Commit 8bf74b5

Browse files
committed
Fix variable type
1 parent ef97353 commit 8bf74b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RedsysNotificationAttempt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/**
99
* @property \Carbon\Carbon $created_at
10-
* @property string $merchant_parameters
10+
* @property array $merchant_parameters
1111
*/
1212
class RedsysNotificationAttempt extends Model
1313
{

0 commit comments

Comments
 (0)