From c57703299b0989db501caf892e2e3331552a68ad Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 5 Jul 2024 23:44:36 +0900 Subject: refactor: move some internal classes to Internal namespace --- src/BinaryFormat/Internal/Code.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/BinaryFormat/Internal/Code.php (limited to 'src/BinaryFormat/Internal/Code.php') diff --git a/src/BinaryFormat/Internal/Code.php b/src/BinaryFormat/Internal/Code.php new file mode 100644 index 0000000..bc30c92 --- /dev/null +++ b/src/BinaryFormat/Internal/Code.php @@ -0,0 +1,23 @@ + $compressedLocals + * @param list $body + */ + public function __construct( + public array $compressedLocals, + public array $body, + ) { + } +} -- cgit v1.2.3-70-g09d2