-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathphpstan-baseline.neon
52 lines (42 loc) · 2.3 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
parameters:
ignoreErrors:
-
message: "#^Method Vural\\\\PHPStanBladeRule\\\\Compiler\\\\BladeToPHPCompiler\\:\\:setupBladeComponents\\(\\) is unused\\.$#"
count: 1
path: src/Compiler/BladeToPHPCompiler.php
-
message: "#^Parameter \\#1 \\$string of function md5 expects string, string\\|false given\\.$#"
count: 1
path: src/PHPParser/NodeVisitor/ViewFunctionArgumentsNodeVisitor.php
-
message: "#^Creating new PHPStan\\\\Rules\\\\Registry is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#"
count: 1
path: src/Rules/BladeRule.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/Rules/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/Rules/ViewRuleHelper.php
-
message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
count: 1
path: tests/Compiler/BladeToPHPCompilerTest.php
-
message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
count: 1
path: tests/Compiler/FileNameAndLineNumberAddingPreCompilerTest.php
-
message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
count: 1
path: tests/Compiler/PhpContentExtractorTest.php
-
message: "#^Parameter \\#1 \\$rules of class Vural\\\\PHPStanBladeRule\\\\Rules\\\\BladeRule constructor expects array\\<PHPStan\\\\Rules\\\\Rule\\<PhpParser\\\\Node\\>\\>, array\\{PHPStan\\\\Rules\\\\Operators\\\\InvalidBinaryOperationRule\\} given\\.$#"
count: 1
path: tests/Rules/BladeViewRuleTest.php
-
message: "#^Parameter \\#1 \\$rules of class Vural\\\\PHPStanBladeRule\\\\Rules\\\\BladeRule constructor expects array\\<PHPStan\\\\Rules\\\\Rule\\<PhpParser\\\\Node\\>\\>, array\\{PHPStan\\\\Rules\\\\Operators\\\\InvalidBinaryOperationRule, PHPStan\\\\Rules\\\\Cast\\\\EchoRule, PHPStan\\\\Rules\\\\Variables\\\\DefinedVariableRule\\} given\\.$#"
count: 1
path: tests/Rules/LaravelViewFunctionRuleTest.php