-
-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Description
I have the following snapshot:
{
"availableLocales": null
}
Which is testing the following json:
{
"availableLocales": [
"en"
]
}
It errors with Argument 4 is null instead of string at:
php-matcher/src/Matcher/ArrayMatcher.php
Line 76 in ac729bb
$this->backtrace->matcherFailed(self::class, $value, $pattern, $this->getError()); |
It seems like a problem with expecting null but getting an array but not sure where the error exists.
Metadata
Metadata
Assignees
Labels
No labels