generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 6
/
extension.neon
26 lines (25 loc) · 957 Bytes
/
extension.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
services:
-
class: Keepsuit\LaravelTemporal\PHPStan\TemporalActivityProxyExtension
tags:
- phpstan.broker.methodsClassReflectionExtension
-
class: Keepsuit\LaravelTemporal\PHPStan\TemporalWorkflowProxyExtension
tags:
- phpstan.broker.methodsClassReflectionExtension
-
class: Keepsuit\LaravelTemporal\PHPStan\TemporalChildWorkflowProxyExtension
tags:
- phpstan.broker.methodsClassReflectionExtension
-
class: Keepsuit\LaravelTemporal\PHPStan\TemporalWorkflowContextInterfaceExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
class: Keepsuit\LaravelTemporal\PHPStan\TemporalWorkflowClientInterfaceExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
parameters:
stubFiles:
- stubs/phpstan/ActivityProxy.stub
- stubs/phpstan/ChildWorkflowProxy.stub