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/BinaryFormat/Internal/Code.php | 23 ----------------------- src/BinaryFormat/Internal/Locals.php | 22 ---------------------- src/BinaryFormat/Internal/SectionId.php | 25 ------------------------- 3 files changed, 70 deletions(-) delete mode 100644 src/BinaryFormat/Internal/Code.php delete mode 100644 src/BinaryFormat/Internal/Locals.php delete mode 100644 src/BinaryFormat/Internal/SectionId.php (limited to 'src/BinaryFormat/Internal') diff --git a/src/BinaryFormat/Internal/Code.php b/src/BinaryFormat/Internal/Code.php deleted file mode 100644 index bc30c92..0000000 --- a/src/BinaryFormat/Internal/Code.php +++ /dev/null @@ -1,23 +0,0 @@ - $compressedLocals - * @param list $body - */ - public function __construct( - public array $compressedLocals, - public array $body, - ) { - } -} diff --git a/src/BinaryFormat/Internal/Locals.php b/src/BinaryFormat/Internal/Locals.php deleted file mode 100644 index 3938371..0000000 --- a/src/BinaryFormat/Internal/Locals.php +++ /dev/null @@ -1,22 +0,0 @@ -