Skip to content

Commit

Permalink
🔧 allow arrays to be passed since the validator allows them
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Aug 7, 2020
1 parent 0ac7984 commit 5d4d828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MetApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function __construct(Request $request)
* push an option to our query stack
*
* @param string $name
* @param string $type
* @param string|array $type
* @return MetApi
*/
public function option($name, $type)
Expand Down

0 comments on commit 5d4d828

Please sign in to comment.