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 3606abc commit b6fe0ebCopy full SHA for b6fe0eb
PhpUnit/AbstractConfigurationConstraint.php
@@ -33,7 +33,7 @@ protected function validateConfigurationValuesArray($configurationValues)
33
}
34
35
foreach ($configurationValues as $values) {
36
- if (!is_array($values)) {
+ if (!is_array($values) && null !== $values) {
37
throw new \InvalidArgumentException('Configuration values should be an array of arrays');
38
39
0 commit comments