-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathphpstan-baseline.neon
86 lines (70 loc) · 2.95 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
77
78
79
80
81
82
83
84
85
86
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method Nette\\\\Application\\\\UI\\\\ITemplate\\:\\:getLatte\\(\\)\\.$#"
count: 1
path: src/AbstractMail.php
-
message: "#^Cannot cast Nette\\\\Application\\\\UI\\\\ITemplate to string\\.$#"
count: 1
path: src/AbstractMail.php
-
message: "#^If condition is always true\\.$#"
count: 1
path: src/AbstractMail.php
-
message: "#^Method Ublaboo\\\\Mailing\\\\AbstractMail\\:\\:__construct\\(\\) has parameter \\$mailAddresses with no value type specified in iterable type array\\.$#"
count: 1
path: src/AbstractMail.php
-
message: "#^Parameter \\#1 \\$path of function dirname expects string, string\\|false given\\.$#"
count: 1
path: src/AbstractMail.php
-
message: "#^Property Ublaboo\\\\Mailing\\\\AbstractMail\\:\\:\\$mailAddresses type has no value type specified in iterable type array\\.$#"
count: 1
path: src/AbstractMail.php
-
message: "#^Property Ublaboo\\\\Mailing\\\\AbstractMail\\:\\:\\$template \\(Nette\\\\Application\\\\UI\\\\ITemplate\\) does not accept Nette\\\\Application\\\\UI\\\\Template\\.$#"
count: 1
path: src/AbstractMail.php
-
message: "#^Method Ublaboo\\\\Mailing\\\\DI\\\\MailingExtension\\:\\:expandConfigParams\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/DI/MailingExtension.php
-
message: "#^Parameter \\#2 \\$config of method Nette\\\\DI\\\\CompilerExtension\\:\\:validateConfig\\(\\) expects array\\|null, array\\|object given\\.$#"
count: 1
path: src/DI/MailingExtension.php
-
message: "#^Property Ublaboo\\\\Mailing\\\\DI\\\\MailingExtension\\:\\:\\$defaults type has no value type specified in iterable type array\\.$#"
count: 1
path: src/DI/MailingExtension.php
-
message: "#^Method Ublaboo\\\\Mailing\\\\ILogger\\:\\:log\\(\\) has parameter \\$type with no type specified\\.$#"
count: 1
path: src/ILogger.php
-
message: "#^Call to an undefined method object\\:\\:setBasePath\\(\\)\\.$#"
count: 1
path: src/MailFactory.php
-
message: "#^Method Ublaboo\\\\Mailing\\\\MailFactory\\:\\:__construct\\(\\) has parameter \\$mails with no value type specified in iterable type array\\.$#"
count: 1
path: src/MailFactory.php
-
message: "#^Property Ublaboo\\\\Mailing\\\\MailFactory\\:\\:\\$mails type has no value type specified in iterable type array\\.$#"
count: 1
path: src/MailFactory.php
-
message: "#^Method Ublaboo\\\\Mailing\\\\MailLogger\\:\\:__construct\\(\\) has parameter \\$logDirectory with no type specified\\.$#"
count: 1
path: src/MailLogger.php
-
message: "#^Method Ublaboo\\\\Mailing\\\\MailLogger\\:\\:log\\(\\) has parameter \\$type with no type specified\\.$#"
count: 1
path: src/MailLogger.php
-
message: "#^Unsafe access to private constant Ublaboo\\\\Mailing\\\\MailLogger\\:\\:LOG_EXTENSION through static\\:\\:\\.$#"
count: 3
path: src/MailLogger.php