diff --git a/.github/workflows/phpstan_baseline.yml b/.github/workflows/phpstan_baseline.yml index 1ad3a0b49f7..ce1c969c697 100644 --- a/.github/workflows/phpstan_baseline.yml +++ b/.github/workflows/phpstan_baseline.yml @@ -8,13 +8,13 @@ on: # We want to be able to manually refresh the baseline too workflow_dispatch: - workflow_call: - inputs: - gh_event: - required: true - type: string + #workflow_call: + # inputs: + # gh_event: + # required: true + # type: string # Run PHPStan analyse on pull requests - pull_request: + #pull_request: env: PHP_VERSION: '8.2' diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 5d7e7bd30f1..0fee039ddc9 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -31,7 +31,7 @@ parameters: - htdocs/core/class/lessc.class.php # checkAlwaysTrueCheckTypeFunctionCall: false # checkAlwaysTrueInstanceof: false - # checkAlwaysTrueStrictComparison: false + checkAlwaysTrueStrictComparison: false checkClassCaseSensitivity: true checkFunctionArgumentTypes: true checkFunctionNameCase: true