-
Notifications
You must be signed in to change notification settings - Fork 3
/
phpstan-baseline.neon
101 lines (82 loc) · 2.93 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
count: 2
path: src/Controller.php
-
message: "#^Constant ENCRYPTION_TYPE not found\\.$#"
count: 1
path: src/Crypto/WT.php
-
message: "#^Constant WT_IV not found\\.$#"
count: 1
path: src/Crypto/WT.php
-
message: "#^Constant WT_KEY not found\\.$#"
count: 2
path: src/Crypto/WT.php
-
message: "#^Parameter \\#1 \\$data of function openssl_encrypt expects string, string\\|false given\\.$#"
count: 1
path: src/Crypto/WT.php
-
message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#"
count: 1
path: src/Crypto/WT.php
-
message: "#^Parameter \\#1 \\$string of function base64_encode expects string, string\\|false given\\.$#"
count: 1
path: src/Crypto/WT.php
-
message: "#^Method Frogg\\\\Mail\\:\\:send\\(\\) return type has no value type specified in iterable type Aws\\\\Result\\.$#"
count: 1
path: src/Mail.php
-
message: "#^Call to function is_string\\(\\) with Phalcon\\\\Messages\\\\MessageInterface will always evaluate to false\\.$#"
count: 1
path: src/Model.php
-
message: "#^Method Frogg\\\\Model\\:\\:getPopulator\\(\\) has no return type specified\\.$#"
count: 1
path: src/Model.php
-
message: "#^Method Frogg\\\\Model\\:\\:setPopulator\\(\\) has parameter \\$populator with no type specified\\.$#"
count: 1
path: src/Model.php
-
message: "#^Property Frogg\\\\Model\\:\\:\\$populator has no type specified\\.$#"
count: 1
path: src/Model.php
-
message: "#^Cannot access property \\$total on Phalcon\\\\Mvc\\\\Model\\\\Row\\|Phalcon\\\\Mvc\\\\ModelInterface\\|null\\.$#"
count: 1
path: src/Model/Criteria.php
-
message: "#^Method Frogg\\\\Model\\\\Criteria\\:\\:execute\\(\\) should return Phalcon\\\\Mvc\\\\Model\\\\ResultsetInterface but returns mixed\\.$#"
count: 1
path: src/Model/Criteria.php
-
message: "#^Parameter \\#2 \\$arguments of method Frogg\\\\Model\\\\Criteria\\:\\:addCriteria\\(\\) expects array, mixed given\\.$#"
count: 1
path: src/Model/Criteria.php
-
message: "#^Method Frogg\\\\Plugins\\\\Auth\\:\\:beforeExecuteRoute\\(\\) has no return type specified\\.$#"
count: 1
path: src/Plugins/Auth.php
-
message: "#^Method Frogg\\\\Services\\\\AbstractDiBuilder\\:\\:__construct\\(\\) has parameter \\$config with no value type specified in iterable type Phalcon\\\\Config\\\\Config\\.$#"
count: 1
path: src/Services/AbstractDiBuilder.php
-
message: "#^Cannot access property \\$results on mixed\\.$#"
count: 1
path: src/Services/GMaps.php
-
message: "#^Cannot access property \\$rows on mixed\\.$#"
count: 3
path: src/Services/GMaps.php
-
message: "#^Parameter \\#1 \\$string of function urlencode expects string, mixed given\\.$#"
count: 2
path: src/Services/GMaps.php