diff options
Diffstat (limited to 'src/BinaryFormat/Internal/Locals.php')
| -rw-r--r-- | src/BinaryFormat/Internal/Locals.php | 22 |
1 files changed, 0 insertions, 22 deletions
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 @@ -<?php - -declare(strict_types=1); - -namespace Nsfisis\Waddiwasi\BinaryFormat\Internal; - -use Nsfisis\Waddiwasi\Structure\Types\ValType; - -/** - * @internal - */ -final readonly class Locals -{ - /** - * @param U32 $count - */ - public function __construct( - public int $count, - public ValType $type, - ) { - } -} |
