From 6233331f23603ebab0a7aa626ff82d71426b3bd6 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 3 Apr 2025 01:43:04 +0900 Subject: feat: update php and package version --- src/WebAssembly/Execution/StackOverflowException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WebAssembly/Execution/StackOverflowException.php') diff --git a/src/WebAssembly/Execution/StackOverflowException.php b/src/WebAssembly/Execution/StackOverflowException.php index c5ff3a4..4a18aa7 100644 --- a/src/WebAssembly/Execution/StackOverflowException.php +++ b/src/WebAssembly/Execution/StackOverflowException.php @@ -12,7 +12,7 @@ final class StackOverflowException extends RuntimeException public function __construct( string $message = 'Stack overflow', int $code = 0, - Throwable $previous = null, + ?Throwable $previous = null, ) { parent::__construct($message, $code, $previous); } -- cgit v1.2.3-70-g09d2