-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathphpstan-without-extension-baseline.neon
85 lines (72 loc) · 3.3 KB
/
phpstan-without-extension-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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
parameters:
ignoreErrors:
-
message: '#^Call to an undefined method Prophecy\\Prophecy\\ObjectProphecy\<JanGregor\\Prophecy\\Test\\StaticAnalysis\\Src\\Bar\>\:\:bar\(\)\.$#'
identifier: method.notFound
count: 1
path: test/StaticAnalysis/Test/BaseModelTest.php
-
message: '#^Call to an undefined method Prophecy\\Prophecy\\ObjectProphecy\<JanGregor\\Prophecy\\Test\\StaticAnalysis\\Src\\Baz\>\:\:baz\(\)\.$#'
identifier: method.notFound
count: 1
path: test/StaticAnalysis/Test/BaseModelTest.php
-
message: '#^Cannot call method willReturn\(\) on mixed\.$#'
identifier: method.nonObject
count: 2
path: test/StaticAnalysis/Test/BaseModelTest.php
-
message: '#^Call to an undefined method Prophecy\\Prophecy\\ObjectProphecy\<JanGregor\\Prophecy\\Test\\StaticAnalysis\\Src\\BaseModel\>\:\:doubleTheNumber\(\)\.$#'
identifier: method.notFound
count: 3
path: test/StaticAnalysis/Test/ObjectProphecy/ProphesizeTest.php
-
message: '#^Call to an undefined method Prophecy\\Prophecy\\ObjectProphecy\<JanGregor\\Prophecy\\Test\\StaticAnalysis\\Src\\BaseModel\>\:\:getFoo\(\)\.$#'
identifier: method.notFound
count: 3
path: test/StaticAnalysis/Test/ObjectProphecy/ProphesizeTest.php
-
message: '#^Cannot call method willReturn\(\) on mixed\.$#'
identifier: method.nonObject
count: 6
path: test/StaticAnalysis/Test/ObjectProphecy/ProphesizeTest.php
-
message: '#^Call to an undefined method Prophecy\\Prophecy\\ObjectProphecy\<JanGregor\\Prophecy\\Test\\StaticAnalysis\\Src\\Bar&JanGregor\\Prophecy\\Test\\StaticAnalysis\\Src\\Baz\>\:\:bar\(\)\.$#'
identifier: method.notFound
count: 1
path: test/StaticAnalysis/Test/ObjectProphecy/WillExtendTest.php
-
message: '#^Call to an undefined method Prophecy\\Prophecy\\ObjectProphecy\<JanGregor\\Prophecy\\Test\\StaticAnalysis\\Src\\Baz\>\:\:baz\(\)\.$#'
identifier: method.notFound
count: 3
path: test/StaticAnalysis/Test/ObjectProphecy/WillExtendTest.php
-
message: '#^Cannot call method shouldBeCalled\(\) on mixed\.$#'
identifier: method.nonObject
count: 4
path: test/StaticAnalysis/Test/ObjectProphecy/WillExtendTest.php
-
message: '#^Cannot call method willReturn\(\) on mixed\.$#'
identifier: method.nonObject
count: 4
path: test/StaticAnalysis/Test/ObjectProphecy/WillExtendTest.php
-
message: '#^Call to an undefined method Prophecy\\Prophecy\\ObjectProphecy\<JanGregor\\Prophecy\\Test\\StaticAnalysis\\Src\\Bar&JanGregor\\Prophecy\\Test\\StaticAnalysis\\Src\\Foo\>\:\:bar\(\)\.$#'
identifier: method.notFound
count: 3
path: test/StaticAnalysis/Test/ObjectProphecy/WillImplementTest.php
-
message: '#^Call to an undefined method Prophecy\\Prophecy\\ObjectProphecy\<JanGregor\\Prophecy\\Test\\StaticAnalysis\\Src\\Bar&JanGregor\\Prophecy\\Test\\StaticAnalysis\\Src\\Foo\>\:\:foo\(\)\.$#'
identifier: method.notFound
count: 2
path: test/StaticAnalysis/Test/ObjectProphecy/WillImplementTest.php
-
message: '#^Cannot call method shouldBeCalled\(\) on mixed\.$#'
identifier: method.nonObject
count: 5
path: test/StaticAnalysis/Test/ObjectProphecy/WillImplementTest.php
-
message: '#^Cannot call method willReturn\(\) on mixed\.$#'
identifier: method.nonObject
count: 5
path: test/StaticAnalysis/Test/ObjectProphecy/WillImplementTest.php