Skip to content

Commit c12221e

Browse files
committed
Add Interceptor Autoloader to phpstan extension
1 parent 362e508 commit c12221e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

extension.neon

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ services:
102102
classLoaderProvider: @classLoaderProvider
103103
tags:
104104
- phpstan.magento.autoloader
105+
interceptorAutoloader:
106+
class: bitExpert\PHPStan\Magento\Autoload\InterceptorAutoloader
107+
arguments:
108+
cache: @autoloaderCache
109+
classLoaderProvider: @classLoaderProvider
110+
tags:
111+
- phpstan.magento.autoloader
105112
extensionInterfaceAutoloader:
106113
class: bitExpert\PHPStan\Magento\Autoload\ExtensionInterfaceAutoloader
107114
arguments:

0 commit comments

Comments
 (0)