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
Parameter types and return type are required. Use `mixed` if you don't want to use a more specific type.
186
+
187
+
Variadic functions (variable amount of arguments)
188
+
-------------------------
189
+
190
+
This allows specifying functions or methods which have a variable amount of parameters (available in PHP [since v5.6](https://www.php.net/manual/en/migration56.new-features.php)).
0 commit comments