From 9794bd13fe57ecb6f710d150fdeaa71223ce1848 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 15 Nov 2024 14:50:16 +0100 Subject: [PATCH] Try to reduce some ci task for devcamp bugfix contest --- .github/workflows/phpstan_baseline.yml | 12 ++++++------ phpstan.neon.dist | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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