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

PHPStan: fix the build #825

Merged
merged 1 commit into from
Aug 27, 2024
Merged

PHPStan: fix the build #825

merged 1 commit into from
Aug 27, 2024

Commits on Aug 27, 2024

  1. PHPStan: fix the build

    The last few builds were failing due to the below PHPStan error:
    ```
     ------ ---------------------------------
      Line   tests/RulesetTest.php
     ------ ---------------------------------
      146    Left side of && is always true.
     ------ ---------------------------------
    ```
    
    Fixed now.
    
    Note: the condition could possibly be removed, but I have a feeling I added it for a reason, so I left it in under the guise of "better safe than sorry".
    jrfnl committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0b496da View commit details
    Browse the repository at this point in the history