We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33cd2a5 commit a62a766Copy full SHA for a62a766
src/Adyen/AdyenException.php
@@ -40,7 +40,7 @@ class AdyenException extends Exception
40
public function __construct(
41
$message = "",
42
$code = 0,
43
- \Throwable $previous = null,
+ ?\Throwable $previous = null,
44
$status = null,
45
$errorType = null,
46
$pspReference = null,
0 commit comments