-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathphpstan-baseline.neon
91 lines (77 loc) · 4.19 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
parameters:
ignoreErrors:
-
message: '#^Property Qossmic\\Deptrac\\Contract\\Analyser\\EventHelper\:\:\$unmatchedSkippedViolation \(array\<string, list\<string\>\>\) does not accept array\<string, array\<int\<0, max\>, string\>\>\.$#'
identifier: assign.propertyType
count: 1
path: src/Contract/Analyser/EventHelper.php
-
message: '#^Method Qossmic\\Deptrac\\Contract\\Result\\OutputResult\:\:allOf\(\) should return list\<T of Qossmic\\Deptrac\\Contract\\Result\\RuleInterface\> but returns list\<Qossmic\\Deptrac\\Contract\\Result\\RuleInterface\>\.$#'
identifier: return.type
count: 1
path: src/Contract/Result/OutputResult.php
-
message: '#^Method Qossmic\\Deptrac\\Core\\Analyser\\TokenInLayerAnalyser\:\:__construct\(\) throws checked exception TypeError but it''s missing from the PHPDoc @throws tag\.$#'
identifier: missingType.checkedException
count: 1
path: src/Core/Analyser/TokenInLayerAnalyser.php
-
message: '#^Method Qossmic\\Deptrac\\Core\\Analyser\\TokenInLayerAnalyser\:\:__construct\(\) throws checked exception ValueError but it''s missing from the PHPDoc @throws tag\.$#'
identifier: missingType.checkedException
count: 1
path: src/Core/Analyser/TokenInLayerAnalyser.php
-
message: '#^Method Qossmic\\Deptrac\\Core\\Analyser\\UnassignedTokenAnalyser\:\:__construct\(\) throws checked exception TypeError but it''s missing from the PHPDoc @throws tag\.$#'
identifier: missingType.checkedException
count: 1
path: src/Core/Analyser/UnassignedTokenAnalyser.php
-
message: '#^Method Qossmic\\Deptrac\\Core\\Analyser\\UnassignedTokenAnalyser\:\:__construct\(\) throws checked exception ValueError but it''s missing from the PHPDoc @throws tag\.$#'
identifier: missingType.checkedException
count: 1
path: src/Core/Analyser/UnassignedTokenAnalyser.php
-
message: '#^Method Qossmic\\Deptrac\\Core\\Ast\\AstMap\\ReferenceBuilder\:\:superglobal\(\) throws checked exception TypeError but it''s missing from the PHPDoc @throws tag\.$#'
identifier: missingType.checkedException
count: 1
path: src/Core/Ast/AstMap/ReferenceBuilder.php
-
message: '#^Method Qossmic\\Deptrac\\Core\\Ast\\AstMap\\ReferenceBuilder\:\:superglobal\(\) throws checked exception ValueError but it''s missing from the PHPDoc @throws tag\.$#'
identifier: missingType.checkedException
count: 1
path: src/Core/Ast/AstMap/ReferenceBuilder.php
-
message: '#^Property Qossmic\\Deptrac\\Core\\Ast\\AstMap\\ReferenceBuilder\:\:\$tokenTemplates \(list\<string\>\) does not accept array\<int\<0, max\>, string\>\.$#'
identifier: assign.propertyType
count: 1
path: src/Core/Ast/AstMap/ReferenceBuilder.php
-
message: '#^Method Qossmic\\Deptrac\\Supportive\\Console\\Command\\DebugTokenCommand\:\:execute\(\) throws checked exception TypeError but it''s missing from the PHPDoc @throws tag\.$#'
identifier: missingType.checkedException
count: 1
path: src/Supportive/Console/Command/DebugTokenCommand.php
-
message: '#^Method Qossmic\\Deptrac\\Supportive\\Console\\Command\\DebugTokenCommand\:\:execute\(\) throws checked exception ValueError but it''s missing from the PHPDoc @throws tag\.$#'
identifier: missingType.checkedException
count: 1
path: src/Supportive/Console/Command/DebugTokenCommand.php
-
message: '#^Cannot access offset ''pointToGroups'' on mixed\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 2
path: src/Supportive/DependencyInjection/Configuration.php
-
message: '#^Cannot access offset ''point_to_groups'' on mixed\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: src/Supportive/DependencyInjection/Configuration.php
-
message: '#^Parameter \#2 \$value of method Symfony\\Component\\DependencyInjection\\Container\:\:setParameter\(\) expects array\|bool\|float\|int\|string\|UnitEnum\|null, mixed given\.$#'
identifier: argument.type
count: 9
path: src/Supportive/DependencyInjection/DeptracExtension.php
-
message: '#^Possibly impure instantiation of class Qossmic\\Deptrac\\Supportive\\Time\\Period in pure method Qossmic\\Deptrac\\Supportive\\Time\\Period\:\:stop\(\)\.$#'
identifier: possiblyImpure.new
count: 1
path: src/Supportive/Time/Period.php