diff options
Diffstat (limited to 'src/Execution/DataInst.php')
| -rw-r--r-- | src/Execution/DataInst.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/Execution/DataInst.php b/src/Execution/DataInst.php deleted file mode 100644 index 0db1da5..0000000 --- a/src/Execution/DataInst.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php - -declare(strict_types=1); - -namespace Nsfisis\Waddiwasi\Execution; - -final readonly class DataInst -{ - /** - * @param list<Byte> $data - */ - public function __construct( - public array $data, - ) { - } -} |
