You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Expressions/Procedures/Procedure.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ abstract class Procedure implements QueryConvertible
38
38
* @param string $functionName The name of the function to call
39
39
* @param AnyType|AnyType[]|bool|bool[]|float|float[]|int|int[]|mixed[]|mixed[][]|Pattern|Pattern[]|string|string[]|(AnyType|bool|float|int|mixed[]|Pattern|string)[] $parameters The parameters to pass to the function call
40
40
*/
41
-
publicstaticfunctionraw(string$functionName, $parameters): Raw
41
+
publicstaticfunctionraw(string$functionName, $parameters = []): Raw
0 commit comments