aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Execution/Result.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Execution/Result.php')
-rw-r--r--src/Execution/Result.php2
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
{