Total Complexity | 3 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | final class ExtractorAttributeProcessor implements ElementAttributeProcessorInterface |
||
17 | { |
||
18 | use SimpleMethodCallGeneratorTrait; |
||
19 | |||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | 50 | public function type(): string |
|
26 | } |
||
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | 8 | public function process(ChildBuilderInterface $builder, object $attribute): void |
|
34 | } |
||
35 | |||
36 | /** |
||
37 | * {@inheritdoc} |
||
38 | */ |
||
39 | 10 | private function methodName(): string |
|
44 |
This check looks for private methods that have been defined, but are not used inside the class.