-
-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
37 lines (30 loc) · 1.36 KB
/
phpstan-baseline.neon
File metadata and controls
37 lines (30 loc) · 1.36 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
parameters:
ignoreErrors:
-
message: "#^Constructor of class yii\\\\apidoc\\\\models\\\\ConstDoc has an unused parameter \\$docBlock\\.$#"
count: 1
path: models/ConstDoc.php
-
message: "#^Constructor of class yii\\\\apidoc\\\\models\\\\ParamDoc has an unused parameter \\$context\\.$#"
count: 1
path: models/ParamDoc.php
-
message: "#^Static property yii\\\\BaseYii\\<yii\\\\web\\\\IdentityInterface\\>\\:\\:\\$app \\(yii\\\\console\\\\Application\\|yii\\\\web\\\\Application\\<yii\\\\web\\\\IdentityInterface\\>\\) does not accept null\\.$#"
count: 1
path: tests/TestCase.php
-
message: "#^Right side of \\&\\& is always true\\.$#"
count: 1
path: renderers/BaseRenderer.php
-
message: "#^Property yii\\\\apidoc\\\\models\\\\TypeDoc\\:\\:\\$events \\(array\\<string\\, yii\\\\apidoc\\\\models\\\\EventDoc\\>\\) does not accept array\\<string\\, yii\\\\apidoc\\\\models\\\\ConstDoc\\|yii\\\\apidoc\\\\models\\\\MethodDoc\\|yii\\\\apidoc\\\\models\\\\PropertyDoc\\>\\.$#"
count: 1
path: models/Context.php
-
message: "#^Strict comparison using \\=\\=\\= between array and false will always evaluate to false\\.$#"
count: 1
path: commands/ApiController.php
-
message: "#^Access to an undefined property yii\\\\apidoc\\\\renderers\\\\BaseRenderer\\:\\:\\$repoUrl\\.$#"
count: 1
path: helpers/ApiMarkdown.php