forked from larastan/larastan
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
98 lines (82 loc) · 4.14 KB
/
phpstan-baseline.neon
File metadata and controls
98 lines (82 loc) · 4.14 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
parameters:
ignoreErrors:
-
rawMessage: PHPDoc tag @var assumes the expression with type PHPStan\Type\Type|null is always PHPStan\Type\Constant\ConstantStringType but it's error-prone and dangerous.
identifier: phpstanApi.varTagAssumption
count: 1
path: src/Methods/HigherOrderCollectionProxyExtension.php
-
rawMessage: PHPDoc tag @var assumes the expression with type PHPStan\Type\Type|null is always PHPStan\Type\ObjectType but it's error-prone and dangerous.
identifier: phpstanApi.varTagAssumption
count: 1
path: src/Methods/HigherOrderCollectionProxyExtension.php
-
rawMessage: Creating new PHPStan\Reflection\Php\DummyParameter is not covered by backward compatibility promise. The class might change in a minor PHPStan version.
identifier: phpstanApi.constructor
count: 1
path: src/Methods/ModelForwardsCallsExtension.php
-
rawMessage: PHPDoc tag @var assumes the expression with type PHPStan\Type\Type|null is always PHPStan\Type\Constant\ConstantStringType but it's error-prone and dangerous.
identifier: phpstanApi.varTagAssumption
count: 1
path: src/Properties/HigherOrderCollectionProxyPropertyExtension.php
-
rawMessage: PHPDoc tag @var assumes the expression with type PHPStan\Type\Type|null is always PHPStan\Type\ObjectType but it's error-prone and dangerous.
identifier: phpstanApi.varTagAssumption
count: 1
path: src/Properties/HigherOrderCollectionProxyPropertyExtension.php
-
rawMessage: 'Call to internal method Symfony\Component\Console\Command\Command::mergeApplicationDefinition() from outside its root namespace Symfony.'
identifier: method.internal
count: 1
path: src/ReturnTypes/ConsoleCommand/ArgumentDynamicReturnTypeExtension.php
-
rawMessage: 'Call to internal method Symfony\Component\Console\Command\Command::mergeApplicationDefinition() from outside its root namespace Symfony.'
identifier: method.internal
count: 1
path: src/ReturnTypes/ConsoleCommand/HasArgumentDynamicReturnTypeExtension.php
-
rawMessage: 'Call to internal method Symfony\Component\Console\Command\Command::mergeApplicationDefinition() from outside its root namespace Symfony.'
identifier: method.internal
count: 1
path: src/ReturnTypes/ConsoleCommand/HasOptionDynamicReturnTypeExtension.php
-
rawMessage: 'Call to internal method Symfony\Component\Console\Command\Command::mergeApplicationDefinition() from outside its root namespace Symfony.'
identifier: method.internal
count: 1
path: src/ReturnTypes/ConsoleCommand/OptionDynamicReturnTypeExtension.php
-
rawMessage: 'Call to internal method Symfony\Component\Console\Command\Command::mergeApplicationDefinition() from outside its root namespace Symfony.'
identifier: method.internal
count: 1
path: src/Rules/ConsoleCommand/UndefinedArgumentOrOptionRule.php
-
rawMessage: Doing instanceof PHPStan\Type\Generic\GenericObjectType is error-prone and deprecated.
identifier: phpstanApi.instanceofType
count: 2
path: src/Rules/ModelRuleHelper.php
-
rawMessage: 'Call to internal method PHPStan\Rules\RuleErrorBuilder::fixNode() from outside its root namespace PHPStan.'
identifier: method.internal
count: 2
path: src/Rules/NoAuthFacadeInRequestScopeRule.php
-
rawMessage: 'Call to internal method PHPStan\Rules\RuleErrorBuilder::fixNode() from outside its root namespace PHPStan.'
identifier: method.internal
count: 2
path: src/Rules/NoAuthHelperInRequestScopeRule.php
-
rawMessage: 'Call to internal method PHPStan\Rules\RuleErrorBuilder::fixNode() from outside its root namespace PHPStan.'
identifier: method.internal
count: 2
path: src/Rules/NoPublicModelScopeAndAccessorRule.php
-
rawMessage: 'Call to internal method PHPStan\Rules\RuleErrorBuilder::fixNode() from outside its root namespace PHPStan.'
identifier: method.internal
count: 1
path: src/Rules/UselessConstructs/NoUselessValueFunctionCallsRule.php
-
rawMessage: 'Call to internal method PHPStan\Rules\RuleErrorBuilder::fixNode() from outside its root namespace PHPStan.'
identifier: method.internal
count: 2
path: src/Rules/UselessConstructs/NoUselessWithFunctionCallsRule.php