You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a reference to an array was crashing with an invalid function call.
Proper instanceof check has been added in Reference.
also creating references in non-object types and Type::ANY is working
correctly now.
fixes#47
a reference to an array was crashing with an invalid function call.
Proper instanceof check has been added in Reference.
also creating references in non-object types and Type::ANY is working
correctly now.
fixes#47
a reference to an array was crashing with an invalid function call.
Proper instanceof check has been added in Reference.
also creating references in non-object types and Type::ANY is working
correctly now.
fixes#47
a reference to an array was crashing with an invalid function call.
Proper instanceof check has been added in Reference.
also creating references in non-object types and Type::ANY is working
correctly now.
fixes#47
see thephpleague/openapi-psr7-validator#37, it should not assume object, array may also be returned: thephpleague/openapi-psr7-validator#37 (comment)
The text was updated successfully, but these errors were encountered: