-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
139 lines (117 loc) · 4.7 KB
/
phpstan-baseline.neon
File metadata and controls
139 lines (117 loc) · 4.7 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
parameters:
ignoreErrors:
-
message: '#^Parameter \#3 \$subject of function str_replace expects array\<string\>\|string, string\|false given\.$#'
identifier: argument.type
count: 2
path: src/Console/Installer.php
-
message: '#^Method App\\Controller\\Api\\ApiTokensController\:\:delete\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: src/Controller/Api/ApiTokensController.php
-
message: '#^Method App\\Controller\\AppController\:\:getReferer\(\) has parameter \$default with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: src/Controller/AppController.php
-
message: '#^Access to an undefined property object\:\:\$uid\.$#'
identifier: property.notFound
count: 2
path: src/Controller/UsersController.php
-
message: '#^Access to an undefined property object\:\:\$val\.$#'
identifier: property.notFound
count: 1
path: src/Controller/UsersController.php
-
message: '#^Method App\\Controller\\UsersController\:\:login\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: src/Controller/UsersController.php
-
message: '#^Method App\\Controller\\UsersController\:\:logout\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: src/Controller/UsersController.php
-
message: '#^Method App\\Controller\\UsersController\:\:verifyEmail\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: src/Controller/UsersController.php
-
message: '#^Method App\\Error\\SentryErrorLogger\:\:logMessage\(\) has parameter \$level with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: src/Error/SentryErrorLogger.php
-
message: '#^Method App\\Model\\Behavior\\SluggableBehavior\:\:beforeSave\(\) has parameter \$entity with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: src/Model/Behavior/SluggableBehavior.php
-
message: '#^PHPDoc tag @property for property App\\Model\\Entity\\SavedFeedItem\:\:\$feed_subscription contains unknown class App\\Model\\Entity\\FeedSubscription\.$#'
identifier: class.notFound
count: 1
path: src/Model/Entity/SavedFeedItem.php
-
message: '#^Method App\\Model\\Entity\\User\:\:_getAvatarHash\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: src/Model/Entity/User.php
-
message: '#^Method App\\Model\\Entity\\User\:\:setAuthorization\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: src/Model/Entity/User.php
-
message: '#^Method App\\Model\\Entity\\User\:\:unverifiedEmailChecksum\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: src/Model/Entity/User.php
-
message: '#^PHPDoc tag @property for property App\\Model\\Entity\\User\:\:\$projects contains unknown class App\\Model\\Entity\\Project\.$#'
identifier: class.notFound
count: 1
path: src/Model/Entity/User.php
-
message: '#^Parameter \#1 \$string of function base64_encode expects string, string\|false given\.$#'
identifier: argument.type
count: 2
path: src/Model/Entity/User.php
-
message: '#^Method App\\Model\\Table\\ApiTokensTable\:\:findByToken\(\) has parameter \$token with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: src/Model/Table/ApiTokensTable.php
-
message: '#^Method App\\Model\\Table\\ApiTokensTable\:\:generateApiToken\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: src/Model/Table/ApiTokensTable.php
-
message: '#^PHPDoc tag @property for property App\\Model\\Table\\ApiTokensTable\:\:\$Users contains unresolvable type\.$#'
identifier: propertyTag.unresolvableType
count: 1
path: src/Model/Table/ApiTokensTable.php
-
message: '#^PHPDoc tag @property for property App\\Model\\Table\\SavedFeedItemsTable\:\:\$FeedSubscriptions contains unknown class App\\Model\\Table\\FeedSubscriptionsTable\.$#'
identifier: class.notFound
count: 1
path: src/Model/Table/SavedFeedItemsTable.php
-
message: '#^Access to an undefined property App\\Model\\Entity\\User\:\:\$current_password\.$#'
identifier: property.notFound
count: 1
path: src/Model/Table/UsersTable.php
-
message: '#^PHPDoc tag @property for property App\\Model\\Table\\UsersTable\:\:\$Projects contains unresolvable type\.$#'
identifier: propertyTag.unresolvableType
count: 1
path: src/Model/Table/UsersTable.php
-
message: '#^Access to an undefined property Cake\\View\\View\:\:\$Date\.$#'
identifier: property.notFound
count: 1
path: src/View/Widget/DueOnWidget.php