| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 42 | public function __construct( |
||
| 43 | /** @var Pagerfanta<mixed> */ |
||
| 44 | private readonly Pagerfanta $pagerfanta, |
||
| 45 | RouteGeneratorInterface $routeGenerator, |
||
| 46 | private readonly ViewInterface $view, |
||
| 47 | /** @var array<string, mixed> */ |
||
| 48 | private readonly array $viewOption |
||
| 49 | ) { |
||
| 50 | $this->routeGenerator = $routeGenerator; |
||
| 51 | } |
||
| 77 |