Total Complexity | 3 |
Total Lines | 39 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 9 | ||
Bugs | 2 | Features | 0 |
1 | <?php |
||
18 | class AliasSitemapProvider implements ListableProvider |
||
19 | { |
||
20 | /** @var Connection */ |
||
21 | private $connection; |
||
22 | /** @var EventDispatcherInterface */ |
||
23 | private $eventDispatcher; |
||
24 | |||
25 | /** |
||
26 | * Constructor |
||
27 | * |
||
28 | * @param Connection $connection |
||
29 | */ |
||
30 | public function __construct(Connection $connection, EventDispatcherInterface $eventDispatcher) |
||
34 | } |
||
35 | |||
36 | /** |
||
37 | * @{inheritDoc} |
||
38 | */ |
||
39 | public function all(AuthorizationCheckerInterface $authorizationChecker) |
||
60 |