We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The case is that I am matching optional array, which can be NULL.
A little modified example form php-matcher.norbert.tech (link):
php-matcher.norbert.tech
{ "users": [ { "firstName": "@string@", "lastName": "@string@", "title": "@string@", "created": "@[email protected]()", "roles": "@null@||@array@" } ] }
and the output contains:
#162 Matcher Coduo\PHPMatcher\Matcher\ScalarMatcher error: "Array(2)" does not match "@array@".
The text was updated successfully, but these errors were encountered:
This one was fixed by @mtomala and released: https://github.com/coduo/php-matcher/releases/tag/5.0.1 https://github.com/coduo/php-matcher/releases/tag/4.0.2
Thanks again @mtomala !
Sorry, something went wrong.
@null@||@array@
Successfully merging a pull request may close this issue.
The case is that I am matching optional array, which can be NULL.
A little modified example form
php-matcher.norbert.tech
(link):and the output contains:
#162 Matcher Coduo\PHPMatcher\Matcher\ScalarMatcher error: "Array(2)" does not match "@array@".
The text was updated successfully, but these errors were encountered: