jsv4-php icon indicating copy to clipboard operation
jsv4-php copied to clipboard

More coercive code

Open vicary opened this issue 7 years ago • 0 comments

  1. Use property_exists for object checking
  2. Coercive type hinting (object) $this->data for array value in object schema type, and (array) $this->data for array schema type.
  3. Coerce scalar values into string.

vicary avatar Feb 27 '17 10:02 vicary