We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06aa7b0 commit 8903a48Copy full SHA for 8903a48
phpstan-baseline.neon
@@ -1,5 +1,10 @@
1
parameters:
2
ignoreErrors:
3
+ -
4
+ message: "#^Access to an undefined property Illuminate\\\\Container\\\\Container\\:\\:\\$config\\.$#"
5
+ count: 3
6
+ path: src/MongoDBBusServiceProvider.php
7
+
8
-
9
message: "#^Method Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:push\\(\\) invoked with 3 parameters, 0 required\\.$#"
10
count: 2
0 commit comments