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 e822787 commit e91bc32Copy full SHA for e91bc32
tests/Utils/TestConstraint.php
@@ -38,7 +38,7 @@ class TestConstraint extends Constraint
38
/**
39
* TestConstraint constructor.
40
*
41
- * @param array{toString: string, matches: bool, count: int} $options
+ * @param array{toString?: string, matches?: bool, count?: int} $options
42
*/
43
public function __construct(array $options = [])
44
{
0 commit comments