Skip to content

Commit be73257

Browse files
committed
Fix build
1 parent 6bbd629 commit be73257

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

build/baseline-7.4.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ parameters:
9393
count: 1
9494
path: ../src/Reflection/ReflectionProvider/SetterReflectionProviderProvider.php
9595
-
96-
message: "#^Class class@anonymous/src/Testing/TestCase\\.php\\:260 has an uninitialized property \\$reflectionProvider\\. Give it default value or assign it in the constructor\\.$#"
96+
message: "#^Class class@anonymous/src/Testing/TestCase\\.php\\:267 has an uninitialized property \\$reflectionProvider\\. Give it default value or assign it in the constructor\\.$#"
9797
count: 1
9898
path: ../src/Testing/TestCase.php

phpstan-baseline.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,11 @@ parameters:
225225
count: 1
226226
path: src/Rules/Registry.php
227227

228+
-
229+
message: "#^Anonymous function has an unused use \\$container\\.$#"
230+
count: 1
231+
path: src/Testing/TestCase.php
232+
228233
-
229234
message: "#^Cannot call method getActiveTemplateTypeMap\\(\\) on PHPStan\\\\Reflection\\\\ClassReflection\\|null\\.$#"
230235
count: 2

0 commit comments

Comments
 (0)