Compare commits

..

2 Commits

Author SHA1 Message Date
jrenslin 1abb965047 Merge branch 'master' of gitea:museum-digital/MD_QA 2024-05-27 16:43:58 +02:00
jrenslin dae33436cf Disable bleeding edge 2024-05-27 16:43:30 +02:00
+2 -1
View File
@@ -1,7 +1,8 @@
includes: includes:
- ../../../vendor/phpstan/phpstan/conf/bleedingEdge.neon # - ../../../vendor/phpstan/phpstan/conf/bleedingEdge.neon
- ../../../vendor/phpstan/phpstan-deprecation-rules/rules.neon - ../../../vendor/phpstan/phpstan-deprecation-rules/rules.neon
parameters: parameters:
bleedingEdge: true
polluteScopeWithLoopInitialAssignments: false polluteScopeWithLoopInitialAssignments: false
polluteScopeWithAlwaysIterableForeach: false polluteScopeWithAlwaysIterableForeach: false
checkAlwaysTrueCheckTypeFunctionCall: true checkAlwaysTrueCheckTypeFunctionCall: true