Skip to content

Commit 4499895

Browse files
committed
fix: typings had been missing an important case (resolves tpetry#16)
1 parent 4ec707c commit 4499895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Function/Conditional/ManyArgumentsExpression.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ abstract class ManyArgumentsExpression implements Expression
1616
use StringizeExpression;
1717

1818
/**
19-
* @param non-empty-array<int, \Illuminate\Contracts\Database\Query\Expression> $expressions
19+
* @param non-empty-array<int, string|\Illuminate\Contracts\Database\Query\Expression> $expressions
2020
*/
2121
public function __construct(
2222
private readonly array $expressions,

0 commit comments

Comments
 (0)