Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
27 | final class GraphiQlAction |
||
28 | { |
||
29 | private $twig; |
||
30 | private $router; |
||
31 | private $graphiqlEnabled; |
||
32 | private $title; |
||
33 | |||
34 | public function __construct(TwigEnvironment $twig, RouterInterface $router, bool $graphiqlEnabled = false, string $title = '') |
||
40 | } |
||
41 | |||
42 | public function __invoke(Request $request): Response |
||
54 |