Skip to content

Commit a3b3976

Browse files
committed
Register forgotten KernelInterface dynamic return type extension
1 parent 09aaed1 commit a3b3976

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

extension.neon

+5
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,8 @@ services:
210210
-
211211
factory: PHPStan\Type\Symfony\Config\TreeBuilderGetRootNodeDynamicReturnTypeExtension
212212
tags: [phpstan.broker.dynamicMethodReturnTypeExtension]
213+
214+
# KernelInterface::locateResource() return type
215+
-
216+
class: PHPStan\Type\Symfony\KernelInterfaceDynamicReturnTypeExtension
217+
tags: [phpstan.broker.dynamicMethodReturnTypeExtension]

0 commit comments

Comments
 (0)