forked from bladestan/bladestan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
66 lines (54 loc) · 3.29 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
parameters:
ignoreErrors:
-
message: "#^Calling PHPStan\\\\File\\\\SimpleRelativePathHelper\\:\\:getRelativePath\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#"
count: 2
path: src/ErrorReporting/PHPStan/ErrorFormatter/BladeTemplateErrorFormatter.php
-
message: "#^Creating new PHPStan\\\\File\\\\SimpleRelativePathHelper is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#"
count: 1
path: src/ErrorReporting/PHPStan/ErrorFormatter/BladeTemplateErrorFormatter.php
-
message: "#^Method TomasVotruba\\\\Bladestan\\\\Rules\\\\BladeRule\\:\\:__construct\\(\\) has parameter \\$rules with generic interface PHPStan\\\\Rules\\\\Rule but does not specify its types\\: TNodeType$#"
count: 1
path: src/Rules/BladeRule.php
-
message: "#^Calling PHPStan\\\\DependencyInjection\\\\DerivativeContainerFactory\\:\\:create\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#"
count: 1
path: src/TemplateCompiler/PHPStan/FileAnalyserProvider.php
-
message: "#^Calling PHPStan\\\\Rules\\\\DirectRegistry\\:\\:__construct\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#"
count: 1
path: src/TemplateCompiler/Rules/TemplateRulesRegistry.php
-
message: "#^Calling PHPStan\\\\Rules\\\\DirectRegistry\\:\\:getRules\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#"
count: 1
path: src/TemplateCompiler/Rules/TemplateRulesRegistry.php
-
message: "#^Class TomasVotruba\\\\Bladestan\\\\TemplateCompiler\\\\Rules\\\\TemplateRulesRegistry extends @final class PHPStan\\\\Rules\\\\DirectRegistry\\.$#"
count: 1
path: src/TemplateCompiler/Rules/TemplateRulesRegistry.php
-
message: "#^Extending PHPStan\\\\Rules\\\\DirectRegistry is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#"
count: 1
path: src/TemplateCompiler/Rules/TemplateRulesRegistry.php
-
message: "#^Calling PHPStan\\\\Analyser\\\\FileAnalyser\\:\\:analyseFile\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#"
count: 1
path: src/ViewRuleHelper.php
-
message: "#^Calling PHPStan\\\\Analyser\\\\FileAnalyserResult\\:\\:getErrors\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#"
count: 1
path: src/ViewRuleHelper.php
-
message: "#^Creating new PHPStan\\\\Collectors\\\\Registry is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#"
count: 1
path: src/ViewRuleHelper.php
-
message: "#^File ends with a trailing whitespace\\. This may cause problems when running the code in the web browser\\. Remove the closing \\?\\> mark or remove the whitespace\\.$#"
count: 1
path: tests/Rules/templates/empty.blade.php
-
message: "#^Creating new PHPStan\\\\Analyser\\\\Error is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#"
count: 1
path: tests/TemplateCompiler/ErrorFilterTest.php