We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbcbd78 commit 2b46a72Copy full SHA for 2b46a72
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