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

Make CI useful again and add type declarations #663

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

Commits on Oct 4, 2020

  1. Make CI useful again and add type declarations

    This commit:
      - Adds type declarations to bring down the PHPStan error count
      - Makes the CI not dependant on a PHPStan pass so that it can run
        through to the unit tests
      - Upgrades the dev dependanies so that they can install on a modern
        system (i.e. without ext-mongo)
      - Disables the Propel tests
      - Updates the PHPStan configuration file
    GKFX committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    ef009b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    e06aece View commit details
    Browse the repository at this point in the history
  2. Satisfy php-cs-fixer

    GKFX committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    18715ad View commit details
    Browse the repository at this point in the history