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

Corrected type hints #7

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

Commits on Nov 24, 2016

  1. add missing imports

    add imports for `DateInterval` and `Traversable` for proper static inspections (phan, Storm, code-sniffer, etc.)
    mindplay-dk authored Nov 24, 2016
    Configuration menu
    Copy the full SHA
    ea20752 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. Configuration menu
    Copy the full SHA
    a197b2d View commit details
    Browse the repository at this point in the history
  2. corrected php 7.1 iterable type-hints to array|Traversable per th…

    …e php >= 5.3 minimum requirement in `composer.json`
    mindplay-dk committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    4cecb1b View commit details
    Browse the repository at this point in the history