From 2ad7f17d7738c3de099d3ca65ce4b9835f49d929 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sun, 18 Jan 2026 09:53:17 +0100 Subject: [PATCH] Fix PHP7.4 build --- build/baseline-7.4.neon | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/baseline-7.4.neon b/build/baseline-7.4.neon index b28b9f9f5d..ba23d5cd54 100644 --- a/build/baseline-7.4.neon +++ b/build/baseline-7.4.neon @@ -77,3 +77,8 @@ parameters: message: "#^Class PHPStan\\\\Reflection\\\\BetterReflection\\\\SourceLocator\\\\CachingVisitor has an uninitialized property \\$constantNodes\\. Give it default value or assign it in the constructor\\.$#" count: 1 path: ../src/Reflection/BetterReflection/SourceLocator/CachingVisitor.php + + - + message: '#^Parameter \#1 \$array \(non-empty-list\) of array_values is already a list, call has no effect\.$#' + count: 1 + path: ../src/Type/TypeCombinator.php