Total Complexity | 2 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class FakeAnnotationsPlugin implements AnnotationReaderProviderInterface, ApieAwareInterface |
||
14 | { |
||
15 | use ApieAwareTrait; |
||
16 | |||
17 | private $config; |
||
18 | |||
19 | public function __construct(array $config) |
||
20 | { |
||
21 | $this->config = $config; |
||
22 | } |
||
23 | |||
24 | public function getAnnotationReader(): Reader |
||
28 | } |
||
29 | } |
||
30 |