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 2ea00a3 commit 44e9d00Copy full SHA for 44e9d00
src/TextUI/Configuration/Configuration.php
@@ -141,12 +141,12 @@
141
/**
142
* @var list<non-empty-string>
143
*/
144
- private ?array $groups;
+ private array $groups;
145
146
147
148
149
- private ?array $excludeGroups;
+ private array $excludeGroups;
150
private int $randomOrderSeed;
151
private bool $includeUncoveredFiles;
152
private TestSuiteCollection $testSuite;
0 commit comments