We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbcbd78 + 2b46a72 commit 911700fCopy full SHA for 911700f
1 file changed
src/Config/TestConfig.php
@@ -21,7 +21,7 @@ class TestConfig
21
22
public function __construct(
23
string $mode,
24
- ?string $testNamespace = null,
+ string $testNamespace = null,
25
) {
26
if (!in_array(
27
needle: $mode,
0 commit comments