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