Skip to content

Commit 0296a80

Browse files
staabmondrejmirtes
authored andcommitted
Fix PHP7.4 build
1 parent 7e6e901 commit 0296a80

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/baseline-7.4.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,8 @@ parameters:
7777
message: "#^Class PHPStan\\\\Reflection\\\\BetterReflection\\\\SourceLocator\\\\CachingVisitor has an uninitialized property \\$constantNodes\\. Give it default value or assign it in the constructor\\.$#"
7878
count: 1
7979
path: ../src/Reflection/BetterReflection/SourceLocator/CachingVisitor.php
80+
81+
-
82+
message: '#^Parameter \#1 \$array \(non-empty-list<PHPStan\\Type\\Type>\) of array_values is already a list, call has no effect\.$#'
83+
count: 1
84+
path: ../src/Type/TypeCombinator.php

0 commit comments

Comments
 (0)