Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More coercive code #32

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 8, 2016

  1. Use mb_string for unicode support.

    Vicary Archangel committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    8bd9222 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2017

  1. Coerce array to objects.

    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.
    vicary authored Feb 27, 2017
    Configuration menu
    Copy the full SHA
    40168fe View commit details
    Browse the repository at this point in the history
  2. Mistyped truthfulness

    vicary authored Feb 27, 2017
    Configuration menu
    Copy the full SHA
    664a4e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. More coercive codes

    Vicary Archangel committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    1716063 View commit details
    Browse the repository at this point in the history
  2. More coerce fix

    is_scalar() means most, if not all, values are convertible into strings.
    vicary committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    46be0d1 View commit details
    Browse the repository at this point in the history