Skip to content

Commit 78cde1e

Browse files
staabmondrejmirtes
authored andcommitted
Fix PHP8.0 build
1 parent 0296a80 commit 78cde1e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build/baseline-7.4.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,3 @@ 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

build/baseline-pre-8.0.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,8 @@ parameters:
128128
message: '#^Parameter \#2 of function sprintf is expected to be string by placeholder \#1 \("%%s"\), string\|false given\.$#'
129129
count: 1
130130
path: ../src/Rules/ClassForbiddenNameCheck.php
131+
132+
-
133+
message: '#^Parameter \#1 \$array \(non-empty-list<PHPStan\\Type\\Type>\) of array_values is already a list, call has no effect\.$#'
134+
count: 1
135+
path: ../src/Type/TypeCombinator.php

0 commit comments

Comments
 (0)