jsv4-php
jsv4-php copied to clipboard
More coercive code
- Use
property_existsfor object checking - Coercive type hinting
(object) $this->datafor array value in object schema type, and(array) $this->datafor array schema type. - Coerce scalar values into string.