diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-03-13 23:11:23 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-03-13 23:11:23 +0900 |
| commit | 3702e772d72cb46c6cb13e21d570427bd0b4e493 (patch) | |
| tree | 61949354c5c546200797cad9f1ad520e258b93a6 /src/Execution/Vals/Ref.php | |
| parent | 804dea0ddefe826f535738cda9cc5ad900c083c4 (diff) | |
| download | php-waddiwasi-3702e772d72cb46c6cb13e21d570427bd0b4e493.tar.gz php-waddiwasi-3702e772d72cb46c6cb13e21d570427bd0b4e493.tar.zst php-waddiwasi-3702e772d72cb46c6cb13e21d570427bd0b4e493.zip | |
perf: make Val to primitive
Diffstat (limited to 'src/Execution/Vals/Ref.php')
| -rw-r--r-- | src/Execution/Vals/Ref.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/Execution/Vals/Ref.php b/src/Execution/Vals/Ref.php deleted file mode 100644 index 8ea8a94..0000000 --- a/src/Execution/Vals/Ref.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php - -declare(strict_types=1); - -namespace Nsfisis\Waddiwasi\Execution\Vals; - -use Nsfisis\Waddiwasi\Execution\Ref as OrigRef; -use Nsfisis\Waddiwasi\Execution\Val; - -final readonly class Ref extends Val -{ - public function __construct( - public OrigRef $inner, - ) { - } -} |
