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

Bring Project and CI Up-to-date #89

Merged
merged 10 commits into from
Apr 2, 2024
Merged

Bring Project and CI Up-to-date #89

merged 10 commits into from
Apr 2, 2024

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    f5214b6 View commit details
    Browse the repository at this point in the history
  2. Static Analysis Fixes

    zanbaldwin committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4c78978 View commit details
    Browse the repository at this point in the history
  3. Move Test Configuration to Root Directory

    So that people can easily see that static analysis is used, even if they aren't mentioned in Composer's require-dev.
    zanbaldwin committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    95888e3 View commit details
    Browse the repository at this point in the history
  4. Remove Psalm

    I have much more experience with PHPStan than with Psalm. Stick to what you know best.
    zanbaldwin committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4be5ec9 View commit details
    Browse the repository at this point in the history
  5. CI Setup

    zanbaldwin committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5447419 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e52e54c View commit details
    Browse the repository at this point in the history
  7. PHPStan Coverage for Tests

    zanbaldwin committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a2efa2f View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Ignore Expected PHPStan Errors

    Ignore the errors that only occur because we have guard clauses for lower PHP versions
    zanbaldwin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4c57c59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5128ad0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddce3a4 View commit details
    Browse the repository at this point in the history