aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/WebAssembly/Structure/Instructions/Instrs/Control/Block.php
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-07-30 07:32:58 +0900
committernsfisis <nsfisis@gmail.com>2025-07-30 07:32:58 +0900
commit7f3246e4582a488327f2a9da01111db1a4a32b91 (patch)
treec37f919e41949d1b482aaae4bedbdd2f65b5baef /src/WebAssembly/Structure/Instructions/Instrs/Control/Block.php
parent6f18d4c860f16f094e9b3dececeb47be2a94d585 (diff)
downloadphp-waddiwasi-7f3246e4582a488327f2a9da01111db1a4a32b91.tar.gz
php-waddiwasi-7f3246e4582a488327f2a9da01111db1a4a32b91.tar.zst
php-waddiwasi-7f3246e4582a488327f2a9da01111db1a4a32b91.zip
chore: enable common ruleset of ecs
Diffstat (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Control/Block.php')
-rw-r--r--src/WebAssembly/Structure/Instructions/Instrs/Control/Block.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Control/Block.php b/src/WebAssembly/Structure/Instructions/Instrs/Control/Block.php
index af2c97f..dad17d1 100644
--- a/src/WebAssembly/Structure/Instructions/Instrs/Control/Block.php
+++ b/src/WebAssembly/Structure/Instructions/Instrs/Control/Block.php
@@ -19,6 +19,6 @@ final readonly class Block extends Instr
public static function opName(): string
{
- return "block";
+ return 'block';
}
}