Skip to content

Commit a6a0ccd

Browse files
authored
Merge pull request #771 from Adyen/fix-nullable-deprecation
Fix warning: Implicitly marking parameter $params as nullable is deprecated
2 parents 33cd2a5 + a62a766 commit a6a0ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adyen/AdyenException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class AdyenException extends Exception
4040
public function __construct(
4141
$message = "",
4242
$code = 0,
43-
\Throwable $previous = null,
43+
?\Throwable $previous = null,
4444
$status = null,
4545
$errorType = null,
4646
$pspReference = null,

0 commit comments

Comments
 (0)