martin-helmich/phpunit-json-assert

invalid phpdoc in assertJsonDocumentMatchesSchema method in JsonAssertions trait

runtothefather opened this issue · 0 comments

method assertJsonDocumentMatchesSchema accepts only array as a second argument due to phpdoc, but JsonValueMatches constructor (which is called inside)can receive both (array and object)