diff options
Diffstat (limited to 'src/Execution/ExportInst.php')
| -rw-r--r-- | src/Execution/ExportInst.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/Execution/ExportInst.php b/src/Execution/ExportInst.php deleted file mode 100644 index e4521b4..0000000 --- a/src/Execution/ExportInst.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php - -declare(strict_types=1); - -namespace Nsfisis\Waddiwasi\Execution; - -final readonly class ExportInst -{ - /** - * @param Name $name - */ - public function __construct( - public string $name, - public ExternVal $value, - ) { - } -} |
