This repository has been archived by the owner on May 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
42 lines (34 loc) · 1.65 KB
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
parameters:
ignoreErrors:
-
message: "#^Call to an undefined static method GloCurrency\\\\Tingg\\\\Models\\\\Transaction\\:\\:where\\(\\)\\.$#"
count: 1
path: src/Console/FetchTransactionsUpdateCommand.php
-
message: "#^Call to an undefined static method GloCurrency\\\\Tingg\\\\Models\\\\MobileMoneyProvider\\:\\:firstWhere\\(\\)\\.$#"
count: 1
path: src/Jobs/CreateMobileMoneyTransactionJob.php
-
message: "#^Call to an undefined static method GloCurrency\\\\Tingg\\\\Models\\\\Transaction\\:\\:create\\(\\)\\.$#"
count: 1
path: src/Jobs/CreateMobileMoneyTransactionJob.php
-
message: "#^Call to an undefined static method GloCurrency\\\\Tingg\\\\Models\\\\Transaction\\:\\:firstWhere\\(\\)\\.$#"
count: 1
path: src/Jobs/CreateMobileMoneyTransactionJob.php
-
message: "#^Cannot cast mixed to string\\.$#"
count: 2
path: src/Jobs/CreateMobileMoneyTransactionJob.php
-
message: "#^Access to an undefined property GloCurrency\\\\Tingg\\\\Models\\\\Transaction\\:\\:\\$processingItem\\.$#"
count: 1
path: src/Listeners/UpdateProcessingItemStateSubscriber.php
-
message: "#^Method GloCurrency\\\\Tingg\\\\Models\\\\MobileMoneyProvider\\:\\:newFactory\\(\\) return type with generic class Illuminate\\\\Database\\\\Eloquent\\\\Factories\\\\Factory does not specify its types\\: TModel$#"
count: 1
path: src/Models/MobileMoneyProvider.php
-
message: "#^Method GloCurrency\\\\Tingg\\\\Models\\\\Transaction\\:\\:newFactory\\(\\) return type with generic class Illuminate\\\\Database\\\\Eloquent\\\\Factories\\\\Factory does not specify its types\\: TModel$#"
count: 1
path: src/Models/Transaction.php