Total Complexity | 2 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
25 | class ResourceMethodExtension extends AbstractExtension |
||
26 | { |
||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | protected $staticAccess = true; |
||
31 | |||
32 | /** |
||
33 | * Returns the class under analyse. |
||
34 | * |
||
35 | * @return string |
||
36 | */ |
||
37 | protected function subject(): string |
||
40 | } |
||
41 | |||
42 | /** |
||
43 | * {@inheritdoc} |
||
44 | */ |
||
45 | protected function searchIn(ClassReflection $classReflection): array |
||
56 |