Skip to content

Commit d9b8d6d

Browse files
MCLOUD-13147: Added support for PHP8.4
1 parent 0f6e8e5 commit d9b8d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/GenericException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class GenericException extends \Exception
1717
/**
1818
* @inheritDoc
1919
*/
20-
public function __construct(string $message, int $code = 0, Throwable $previous = null)
20+
public function __construct(string $message, int $code = 0, ?Throwable $previous = null)
2121
{
2222
parent::__construct($message, $code, $previous);
2323
}

0 commit comments

Comments
 (0)