From 26f49b7e27076e689541b9e13a1b54f60a4ee5c2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 11 Jul 2024 02:57:23 +0900 Subject: feat: organize namespaces --- src/Structure/Instructions/Instrs/Control/If_.php | 26 ----------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/Structure/Instructions/Instrs/Control/If_.php (limited to 'src/Structure/Instructions/Instrs/Control/If_.php') diff --git a/src/Structure/Instructions/Instrs/Control/If_.php b/src/Structure/Instructions/Instrs/Control/If_.php deleted file mode 100644 index f758395..0000000 --- a/src/Structure/Instructions/Instrs/Control/If_.php +++ /dev/null @@ -1,26 +0,0 @@ - $thenBody - * @param list $elseBody - */ - protected function __construct( - public BlockType $type, - public array $thenBody, - public array $elseBody, - ) { - } - - public static function opName(): string - { - return "if"; - } -} -- cgit v1.2.3-70-g09d2