Total Complexity | 3 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
11 | class MethodDocCreatedListener |
||
12 | { |
||
13 | /** ConstraintToParamsDocTransformer */ |
||
14 | private $paramDocConverter; |
||
15 | |||
16 | /** |
||
17 | * @param ConstraintToParamsDocTransformer $paramDocConverter |
||
18 | */ |
||
19 | 2 | public function __construct(ConstraintToParamsDocTransformer $paramDocConverter) |
|
22 | 2 | } |
|
23 | |||
24 | /** |
||
25 | * @param MethodDocCreatedEvent $event |
||
26 | * |
||
27 | * @throws \ReflectionException |
||
28 | */ |
||
29 | 2 | public function enhanceMethodDoc(MethodDocCreatedEvent $event) |
|
43 |