Try to reduce some ci task for devcamp bugfix contest

This commit is contained in:
Laurent Destailleur 2024-11-15 14:50:16 +01:00
parent 1634bf6d18
commit 9794bd13fe
2 changed files with 7 additions and 7 deletions

View File

@ -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'

View File

@ -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