Skip to content

Commit 8903a48

Browse files
committed
Update phpstan baseline
1 parent 06aa7b0 commit 8903a48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpstan-baseline.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
parameters:
22
ignoreErrors:
3+
-
4+
message: "#^Access to an undefined property Illuminate\\\\Container\\\\Container\\:\\:\\$config\\.$#"
5+
count: 3
6+
path: src/MongoDBBusServiceProvider.php
7+
38
-
49
message: "#^Method Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:push\\(\\) invoked with 3 parameters, 0 required\\.$#"
510
count: 2

0 commit comments

Comments
 (0)