File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1515 "require" : {
1616 "php" : " ^7.1" ,
1717 "ext-simplexml" : " *" ,
18- "phpstan/phpstan" : " ^0.12.24 "
18+ "phpstan/phpstan" : " ^0.12.26 "
1919 },
2020 "conflict" : {
2121 "symfony/framework-bundle" : " <3.0"
Original file line number Diff line number Diff line change 1414use PHPStan \PhpDoc \PhpDocInheritanceResolver ;
1515use PHPStan \PhpDoc \PhpDocNodeResolver ;
1616use PHPStan \PhpDoc \PhpDocStringResolver ;
17+ use PHPStan \Reflection \ReflectionProvider \DirectReflectionProviderProvider ;
1718use PHPStan \Testing \TestCase ;
1819use PHPStan \Type \DynamicMethodReturnTypeExtension ;
1920use PHPStan \Type \FileTypeMapper ;
@@ -37,6 +38,7 @@ protected function processFile(
3738/** @var \PHPStan\PhpDoc\PhpDocStringResolver $phpDocStringResolver */
3839$ phpDocStringResolver = self ::getContainer ()->getByType (PhpDocStringResolver::class);
3940$ fileTypeMapper = new FileTypeMapper (
41+ new DirectReflectionProviderProvider ($ broker ),
4042$ parser ,
4143$ phpDocStringResolver ,
4244self ::getContainer ()->getByType (PhpDocNodeResolver::class),
You can’t perform that action at this time.
0 commit comments