We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36aad5c commit 910376fCopy full SHA for 910376f
src/Contracts/MatchOptions.php
@@ -7,7 +7,7 @@
7
8
class MatchOptions implements Arrayable
9
{
10
- public function __construct(private array $options)
+ public function __construct(private array $options = [])
11
12
}
13
0 commit comments