diff options
Diffstat (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Control/Unreachable.php')
| -rw-r--r-- | src/WebAssembly/Structure/Instructions/Instrs/Control/Unreachable.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Control/Unreachable.php b/src/WebAssembly/Structure/Instructions/Instrs/Control/Unreachable.php index e43ade8..cf3e31b 100644 --- a/src/WebAssembly/Structure/Instructions/Instrs/Control/Unreachable.php +++ b/src/WebAssembly/Structure/Instructions/Instrs/Control/Unreachable.php @@ -10,6 +10,6 @@ final readonly class Unreachable extends Instr { public static function opName(): string { - return "unreachable"; + return 'unreachable'; } } |
