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