Skip to content

Commit a005cd8

Browse files
Update 'yields' type for callProcedure
1 parent 864608b commit a005cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ public function call($query, $variables = []): self
397397
* Creates the CALL procedure clause.
398398
*
399399
* @param Procedure|string $procedure The procedure to call
400-
* @param Alias|Alias[]|string|string[]|Variable|Variable[]|(Alias|string|Variable)[] $yields The result fields that should be returned (optional)
400+
* @param AnyType|AnyType[]|bool|bool[]|float|float[]|int|int[]|mixed[]|mixed[][]|Pattern|Pattern[]|string|string[]|(AnyType|bool|float|int|mixed[]|Pattern|string)[] $yields The result fields that should be returned (optional)
401401
*
402402
* @return $this
403403
*

0 commit comments

Comments
 (0)