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
PHP Warning: get_object_vars() expects parameter 1 to be object, integer given in /tmp/repro/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ObjectConstraint.php on line 169
I think it shouldn't attempt to do anything with ObjectConstraint when the payload is not an object.
For comparison, version 1.6.1 (cc84765) produces no warning (and validates properly).