Skip to content

Commit 49e8ecd

Browse files
committed
update baseline
1 parent b040720 commit 49e8ecd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

phpstan-baseline.neon

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ parameters:
1010
count: 1
1111
path: src/Models/Wallet.php
1212

13+
-
14+
message: "#^Call to an undefined method Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\MorphOne\\:\\:where\\(\\)\\.$#"
15+
count: 2
16+
path: src/Models/Wallet.php
17+
1318
-
1419
message: "#^Call to an undefined method Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\MorphMany\\:\\:with\\(\\)\\.$#"
1520
count: 1
@@ -19,4 +24,3 @@ parameters:
1924
message: "#^Parameter \\#1 \\$attributes of method Bavix\\\\Wallet\\\\Internal\\\\Repository\\\\WalletRepositoryInterface\\:\\:create\\(\\) expects array\\{holder_type\\: string, holder_id\\: int\\|string, name\\: string, slug\\?\\: string, uuid\\: string, description\\?\\: string, meta\\: array\\|null, balance\\?\\: int, \\.\\.\\.\\}, non\\-empty\\-array given\\.$#"
2025
count: 1
2126
path: src/Services/WalletService.php
22-

0 commit comments

Comments
 (0)