Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit a8dd444

Browse files
committed
Update phpstan-baseline.neon
1 parent 0247408 commit a8dd444

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

phpstan-baseline.neon

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,16 @@ parameters:
295295
count: 1
296296
path: src/Http/ConfirmPasswordController.php
297297

298+
-
299+
message: "#^Parameter \\#1 \\$key of method Illuminate\\\\Support\\\\Collection\\<string,string\\>\\:\\:get\\(\\) expects string, int given\\.$#"
300+
count: 1
301+
path: src/Http/PrepareViewWithLazyComponents.php
302+
303+
-
304+
message: "#^Parameter \\#1 \\$key of method Illuminate\\\\Support\\\\Collection\\<string,string\\>\\:\\:get\\(\\) expects string, int given\\.$#"
305+
count: 1
306+
path: src/Http/PrepareViewWithRehydrateComponents.php
307+
298308
-
299309
message: "#^Unsafe usage of new static\\(\\)\\.$#"
300310
count: 1

0 commit comments

Comments
 (0)