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/Result.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/Result.php')
| -rw-r--r-- | src/Execution/Result.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Execution/Result.php b/src/Execution/Result.php index e07752c..c3cc64a 100644 --- a/src/Execution/Result.php +++ b/src/Execution/Result.php @@ -7,7 +7,7 @@ namespace Nsfisis\Waddiwasi\Execution; abstract readonly class Result { /** - * @param list<Val> $values + * @param list<int|float|Ref> $values */ final public static function Values(array $values): Results\Values { |
