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.
2 parents 30ff2c7 + b9aca7e commit 00c301fCopy full SHA for 00c301f
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