-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
61 lines (52 loc) · 2.26 KB
/
phpstan-baseline.neon
File metadata and controls
61 lines (52 loc) · 2.26 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
parameters:
ignoreErrors:
-
rawMessage: 'Doing instanceof PHPStan\Type\Constant\ConstantStringType is error-prone and deprecated. Use Type::getConstantStrings() instead.'
identifier: phpstanApi.instanceofType
count: 2
path: src/PHPStan/Helper/PHPStanReturnTypeHelper.php
-
rawMessage: Accessing PHPStan\Analyser\Analyser::class is not covered by backward compatibility promise. The class might change in a minor PHPStan version.
identifier: phpstanApi.classConstant
count: 1
path: tests/PHPStan/Integration/PHPStanIntegrationTest.php
-
rawMessage: 'Calling PHPStan\Analyser\Analyser::analyse() is not covered by backward compatibility promise. The method might change in a minor PHPStan version.'
identifier: phpstanApi.method
count: 1
path: tests/PHPStan/Integration/PHPStanIntegrationTest.php
-
rawMessage: 'Calling PHPStan\Analyser\AnalyserResult::getErrors() is not covered by backward compatibility promise. The method might change in a minor PHPStan version.'
identifier: phpstanApi.method
count: 1
path: tests/PHPStan/Integration/PHPStanIntegrationTest.php
-
rawMessage: 'Call to function in_array() requires parameter #3 to be true.'
identifier: function.strict
count: 1
path: tests/Parser/MariaDbParserOperatorTest.php
-
rawMessage: 'Call to method handle() of internal class PHPUnit\TextUI\Configuration\PhpHandler from outside its root namespace PHPUnit.'
identifier: method.internalClass
count: 1
path: tests/updateTests.php
-
rawMessage: 'Call to method load() of internal class PHPUnit\TextUI\XmlConfiguration\Loader from outside its root namespace PHPUnit.'
identifier: method.internalClass
count: 1
path: tests/updateTests.php
-
rawMessage: 'Call to method php() of internal class PHPUnit\TextUI\XmlConfiguration\Configuration from outside its root namespace PHPUnit.'
identifier: method.internalClass
count: 1
path: tests/updateTests.php
-
rawMessage: Instantiation of internal class PHPUnit\TextUI\Configuration\PhpHandler.
identifier: new.internalClass
count: 1
path: tests/updateTests.php
-
rawMessage: Instantiation of internal class PHPUnit\TextUI\XmlConfiguration\Loader.
identifier: new.internalClass
count: 1
path: tests/updateTests.php