File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
includes :
2
2
- vendor/phpstan/phpstan-phpunit/extension.neon
3
3
- vendor/phpstan/phpstan-phpunit/rules.neon
4
- - vendor/phpstan/phpstan-phpunit/strictRules.neon
5
4
- vendor/phpstan/phpstan-strict-rules/rules.neon
Original file line number Diff line number Diff line change 2
2
3
3
namespace PHPStan \Reflection \Dibi ;
4
4
5
+ use PHPStan \Reflection \ClassMemberReflection ;
5
6
use PHPStan \Reflection \ClassReflection ;
6
7
use PHPStan \Reflection \MethodReflection ;
7
8
use PHPStan \Type \ObjectType ;
@@ -32,7 +33,7 @@ public function getDeclaringClass(): ClassReflection
32
33
return $ this ->dibiFluent ;
33
34
}
34
35
35
- public function getPrototype (): MethodReflection
36
+ public function getPrototype (): ClassMemberReflection
36
37
{
37
38
return $ this ;
38
39
}
You can’t perform that action at this time.
0 commit comments