Skip to content

Commit

Permalink
Update 'yields' type for callProcedure
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnvanwezel committed Dec 8, 2022
1 parent 864608b commit a005cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ public function call($query, $variables = []): self
* Creates the CALL procedure clause.
*
* @param Procedure|string $procedure The procedure to call
* @param Alias|Alias[]|string|string[]|Variable|Variable[]|(Alias|string|Variable)[] $yields The result fields that should be returned (optional)
* @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)
*
* @return $this
*
Expand Down

0 comments on commit a005cd8

Please sign in to comment.