-
Notifications
You must be signed in to change notification settings - Fork 30
/
extension.neon
37 lines (31 loc) · 1023 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
27
28
29
30
31
32
33
34
35
36
services:
-
class: JanGregor\Prophecy\PhpDoc\ObjectProphecy\TypeNodeResolverExtension
tags:
- phpstan.phpDoc.typeNodeResolverExtension
-
class: JanGregor\Prophecy\Reflection\ObjectProphecy\MethodsClassReflectionExtension
tags:
- phpstan.broker.methodsClassReflectionExtension
-
class: JanGregor\Prophecy\Type\Prophet\ProphesizeDynamicReturnTypeExtension
arguments:
className: Prophecy\Prophet
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
autowired: false
-
class: JanGregor\Prophecy\Type\Prophet\ProphesizeDynamicReturnTypeExtension
arguments:
className: PHPUnit\Framework\TestCase
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
autowired: false
-
class: JanGregor\Prophecy\Type\ObjectProphecy\RevealDynamicReturnTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
class: JanGregor\Prophecy\Type\ObjectProphecy\WillExtendOrImplementDynamicReturnTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension