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

Adds parameter typehints to ContainerInterface #27

Merged
merged 2 commits into from Oct 13, 2020

Commits on Jun 17, 2020

  1. feat: Adds parameter typehints to ContainerInterface

    This patch bumps the minimum supported PHP version to 7.2 and adds
    parameter typehints to ContainerInterface, as the first step towards
    adding explicit typehints based on the specification.
    
    See https://www.php-fig.org/blog/2019/10/upgrading-psr-interfaces/
    weierophinney committed Jun 17, 2020
    13 Configuration menu
    Copy the full SHA
    6c2bc7f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    2a09c4c View commit details
    Browse the repository at this point in the history