forked from larastan/larastan
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
37 lines (30 loc) · 1.75 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
parameters:
ignoreErrors:
-
message: "#^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\\.$#"
count: 1
path: src/Methods/HigherOrderCollectionProxyExtension.php
-
message: "#^PHPDoc tag @var assumes the expression with type PHPStan\\\\Type\\\\Type\\|null is always PHPStan\\\\Type\\\\ObjectType but it's error\\-prone and dangerous\\.$#"
count: 1
path: src/Methods/HigherOrderCollectionProxyExtension.php
-
message: "#^Creating new PHPStan\\\\Reflection\\\\Php\\\\DummyParameter is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#"
count: 1
path: src/Methods/ModelForwardsCallsExtension.php
-
message: "#^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\\.$#"
count: 1
path: src/Properties/HigherOrderCollectionProxyPropertyExtension.php
-
message: "#^PHPDoc tag @var assumes the expression with type PHPStan\\\\Type\\\\Type\\|null is always PHPStan\\\\Type\\\\ObjectType but it's error\\-prone and dangerous\\.$#"
count: 1
path: src/Properties/HigherOrderCollectionProxyPropertyExtension.php
-
message: "#^PHPDoc tag @var assumes the expression with type PHPStan\\\\Type\\\\Type is always PHPStan\\\\Type\\\\Generic\\\\GenericObjectType but it's error\\-prone and dangerous\\.$#"
count: 1
path: src/Properties/ModelPropertyHelper.php
-
message: "#^Doing instanceof PHPStan\\\\Type\\\\Generic\\\\GenericObjectType is error\\-prone and deprecated\\.$#"
count: 2
path: src/Rules/ModelRuleHelper.php