Total Complexity | 2 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
23 | final class UploadsHelper extends AbstractHelper |
||
24 | { |
||
25 | 9 | public function __construct(Reader $reader, ManagerRegistry $registry) |
|
26 | { |
||
27 | 9 | $this->reader = $reader; |
|
28 | 9 | $this->initRegistry($registry); |
|
29 | 9 | $this->initReader($reader); |
|
30 | 9 | } |
|
31 | |||
32 | /** |
||
33 | * @param object|string $class |
||
34 | */ |
||
35 | 9 | public function getConfiguration($class): Uploads |
|
38 | } |
||
39 | } |
||
40 |