From 1046386555ba564910837d3fc745a28e42b2fefc Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 27 May 2024 16:47:46 +0200 Subject: [PATCH] Use phar to load bleeding edge --- rules/phpstan-rules.neon | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rules/phpstan-rules.neon b/rules/phpstan-rules.neon index cf98e81..86361e4 100644 --- a/rules/phpstan-rules.neon +++ b/rules/phpstan-rules.neon @@ -1,8 +1,7 @@ includes: - # - ../../../vendor/phpstan/phpstan/conf/bleedingEdge.neon + - phar://phpstan.phar/conf/bleedingEdge.neon - ../../../vendor/phpstan/phpstan-deprecation-rules/rules.neon parameters: - bleedingEdge: true polluteScopeWithLoopInitialAssignments: false polluteScopeWithAlwaysIterableForeach: false checkAlwaysTrueCheckTypeFunctionCall: true