File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ public function testRun(string $command): void
65
65
'message ' => 'Method ParallelAnalyserIntegrationTest \\Bar::doFoo() has no return type specified. ' ,
66
66
'line ' => 8 ,
67
67
'ignorable ' => true ,
68
+ 'identifier ' => 'missingType.return ' ,
68
69
],
69
70
],
70
71
],
@@ -75,17 +76,20 @@ public function testRun(string $command): void
75
76
'message ' => 'Method ParallelAnalyserIntegrationTest \\Foo::doFoo() has no return type specified. ' ,
76
77
'line ' => 8 ,
77
78
'ignorable ' => true ,
79
+ 'identifier ' => 'missingType.return ' ,
78
80
],
79
81
[
80
82
'message ' => 'Access to an undefined property ParallelAnalyserIntegrationTest \\Foo::$test. ' ,
81
83
'line ' => 10 ,
82
84
'ignorable ' => true ,
85
+ 'identifier ' => 'property.notFound ' ,
83
86
'tip ' => 'Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property ' ,
84
87
],
85
88
[
86
89
'message ' => 'Access to an undefined property ParallelAnalyserIntegrationTest \\Foo::$test. ' ,
87
90
'line ' => 15 ,
88
91
'ignorable ' => true ,
92
+ 'identifier ' => 'property.notFound ' ,
89
93
'tip ' => 'Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property ' ,
90
94
],
91
95
],
You can’t perform that action at this time.
0 commit comments