diff options
Diffstat (limited to 'src/Execution/Nums/F32_.php')
| -rw-r--r-- | src/Execution/Nums/F32_.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/Execution/Nums/F32_.php b/src/Execution/Nums/F32_.php deleted file mode 100644 index 5c7b749..0000000 --- a/src/Execution/Nums/F32_.php +++ /dev/null @@ -1,18 +0,0 @@ -<?php - -declare(strict_types=1); - -namespace Nsfisis\Waddiwasi\Execution\Nums; - -use Nsfisis\Waddiwasi\Execution\Num; - -final readonly class F32_ extends Num -{ - /** - * @param F32 $value - */ - public function __construct( - public float $value, - ) { - } -} |
