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
/
phpstan-baseline.neon
67 lines (54 loc) · 2.14 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
parameters:
ignoreErrors:
-
message: "#^Part \\$bank\\-\\>getKey\\(\\) \\(mixed\\) of encapsed string cannot be cast to string\\.$#"
count: 1
path: src/Exceptions/CreateTransactionException.php
-
message: "#^Cannot cast mixed to string\\.$#"
count: 1
path: src/Helpers/RecipientFactory.php
-
message: "#^Cannot cast mixed to string\\.$#"
count: 1
path: src/Helpers/SenderFactory.php
-
message: "#^Call to an undefined static method GloCurrency\\\\Bancore\\\\Models\\\\Bank\\:\\:firstWhere\\(\\)\\.$#"
count: 1
path: src/Jobs/CreateBankTransactionJob.php
-
message: "#^Call to an undefined static method GloCurrency\\\\Bancore\\\\Models\\\\Transaction\\:\\:create\\(\\)\\.$#"
count: 1
path: src/Jobs/CreateBankTransactionJob.php
-
message: "#^Call to an undefined static method GloCurrency\\\\Bancore\\\\Models\\\\Transaction\\:\\:firstWhere\\(\\)\\.$#"
count: 1
path: src/Jobs/CreateBankTransactionJob.php
-
message: "#^Access to an undefined property GloCurrency\\\\Bancore\\\\Models\\\\Transaction\\:\\:\\$processingItem\\.$#"
count: 1
path: src/Listeners/UpdateProcessingItemStateSubscriber.php
-
message: "#^Access to an undefined property GloCurrency\\\\Bancore\\\\Models\\\\Recipient\\:\\:\\$name\\.$#"
count: 1
path: src/Models/Recipient.php
-
message: "#^Access to an undefined property GloCurrency\\\\Bancore\\\\Models\\\\Sender\\:\\:\\$name\\.$#"
count: 1
path: src/Models/Sender.php
-
message: "#^Access to an undefined property GloCurrency\\\\Bancore\\\\Models\\\\Transaction\\:\\:\\$identifierSource\\.$#"
count: 1
path: src/Models/Transaction.php
-
message: "#^Access to an undefined property GloCurrency\\\\Bancore\\\\Models\\\\Transaction\\:\\:\\$quota\\.$#"
count: 1
path: src/Models/Transaction.php
-
message: "#^Access to an undefined property GloCurrency\\\\Bancore\\\\Models\\\\Transaction\\:\\:\\$recipient\\.$#"
count: 1
path: src/Models/Transaction.php
-
message: "#^Access to an undefined property GloCurrency\\\\Bancore\\\\Models\\\\Transaction\\:\\:\\$sender\\.$#"
count: 1
path: src/Models/Transaction.php