This repository has been archived by the owner on Jul 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
77 lines (62 loc) · 2.98 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
67
68
69
70
71
72
73
74
75
76
parameters:
ignoreErrors:
-
message: "#^Call to an undefined static method GloCurrency\\\\FirstCityMonumentBank\\\\Models\\\\Transaction\\:\\:where\\(\\)\\.$#"
count: 1
path: src/Console/FetchTransactionsUpdateCommand.php
-
message: "#^Part \\$transaction\\-\\>getKey\\(\\) \\(mixed\\) of encapsed string cannot be cast to string\\.$#"
count: 1
path: src/Exceptions/CancelTransactionException.php
-
message: "#^Part \\$bank\\-\\>getKey\\(\\) \\(mixed\\) of encapsed string cannot be cast to string\\.$#"
count: 1
path: src/Exceptions/CreateTransactionException.php
-
message: "#^Part \\$transaction\\-\\>getKey\\(\\) \\(mixed\\) of encapsed string cannot be cast to string\\.$#"
count: 1
path: src/Exceptions/CreateTransactionException.php
-
message: "#^Part \\$recipient\\-\\>getKey\\(\\) \\(mixed\\) of encapsed string cannot be cast to string\\.$#"
count: 2
path: src/Exceptions/SendTransactionException.php
-
message: "#^Part \\$transaction\\-\\>getKey\\(\\) \\(mixed\\) of encapsed string cannot be cast to string\\.$#"
count: 1
path: src/Exceptions/SendTransactionException.php
-
message: "#^Property GloCurrency\\\\FirstCityMonumentBank\\\\Models\\\\Recipient\\:\\:\\$id_expiry \\(Illuminate\\\\Support\\\\Carbon\\|null\\) does not accept Carbon\\\\CarbonInterface\\|null\\.$#"
count: 1
path: src/Helpers/RecipientFactory.php
-
message: "#^Property GloCurrency\\\\FirstCityMonumentBank\\\\Models\\\\Sender\\:\\:\\$id_expiry \\(Illuminate\\\\Support\\\\Carbon\\|null\\) does not accept Carbon\\\\CarbonInterface\\|null\\.$#"
count: 1
path: src/Helpers/SenderFactory.php
-
message: "#^Call to an undefined static method GloCurrency\\\\FirstCityMonumentBank\\\\Models\\\\BankCode\\:\\:firstWhere\\(\\)\\.$#"
count: 1
path: src/Jobs/CreateBankTransactionJob.php
-
message: "#^Call to an undefined static method GloCurrency\\\\FirstCityMonumentBank\\\\Models\\\\Transaction\\:\\:create\\(\\)\\.$#"
count: 1
path: src/Jobs/CreateBankTransactionJob.php
-
message: "#^Call to an undefined static method GloCurrency\\\\FirstCityMonumentBank\\\\Models\\\\Transaction\\:\\:firstWhere\\(\\)\\.$#"
count: 1
path: src/Jobs/CreateBankTransactionJob.php
-
message: "#^Access to an undefined property GloCurrency\\\\FirstCityMonumentBank\\\\Models\\\\Transaction\\:\\:\\$recipient\\.$#"
count: 1
path: src/Jobs/SendTransactionJob.php
-
message: "#^Access to an undefined property GloCurrency\\\\FirstCityMonumentBank\\\\Models\\\\Transaction\\:\\:\\$processingItem\\.$#"
count: 1
path: src/Listeners/UpdateProcessingItemStateSubscriber.php
-
message: "#^Access to an undefined property GloCurrency\\\\FirstCityMonumentBank\\\\Models\\\\Transaction\\:\\:\\$recipient\\.$#"
count: 1
path: src/Models/Transaction.php
-
message: "#^Access to an undefined property GloCurrency\\\\FirstCityMonumentBank\\\\Models\\\\Transaction\\:\\:\\$sender\\.$#"
count: 1
path: src/Models/Transaction.php