From dae33436cf2d5c14b1c423fdc039a44b60e3e4d5 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 27 May 2024 16:43:30 +0200 Subject: [PATCH] Disable bleeding edge --- rules/phpstan-rules.neon | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/phpstan-rules.neon b/rules/phpstan-rules.neon index 6dc1b99..222d014 100644 --- a/rules/phpstan-rules.neon +++ b/rules/phpstan-rules.neon @@ -1,7 +1,8 @@ includes: - - ../../../vendor/phpstan/phpstan/conf/bleedingEdge.neon + # - ../../../vendor/phpstan/phpstan/conf/bleedingEdge.neon - ../../../vendor/phpstan/phpstan-deprecation-rules/rules.neon parameters: + bleedingEdge: true polluteScopeWithLoopInitialAssignments: false polluteScopeWithAlwaysIterableForeach: false checkAlwaysTrueCheckTypeFunctionCall: true