diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-30 07:32:58 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-30 07:32:58 +0900 |
| commit | 7f3246e4582a488327f2a9da01111db1a4a32b91 (patch) | |
| tree | c37f919e41949d1b482aaae4bedbdd2f65b5baef /src/WebAssembly/Execution/TrapException.php | |
| parent | 6f18d4c860f16f094e9b3dececeb47be2a94d585 (diff) | |
| download | php-waddiwasi-7f3246e4582a488327f2a9da01111db1a4a32b91.tar.gz php-waddiwasi-7f3246e4582a488327f2a9da01111db1a4a32b91.tar.zst php-waddiwasi-7f3246e4582a488327f2a9da01111db1a4a32b91.zip | |
chore: enable common ruleset of ecs
Diffstat (limited to 'src/WebAssembly/Execution/TrapException.php')
| -rw-r--r-- | src/WebAssembly/Execution/TrapException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Execution/TrapException.php b/src/WebAssembly/Execution/TrapException.php index 449f9ca..3644d33 100644 --- a/src/WebAssembly/Execution/TrapException.php +++ b/src/WebAssembly/Execution/TrapException.php @@ -12,7 +12,7 @@ class TrapException extends RuntimeException private readonly TrapKind $trapKind; public function __construct( - string $message = "", + string $message = '', int $code = 0, ?Throwable $previous = null, TrapKind $trapKind = TrapKind::Unknown, |
