| Total Complexity | 4 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | final class UrlController |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var \App\Service\ScenarioService |
||
| 19 | */ |
||
| 20 | private $scenarioService; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Constructor |
||
| 24 | * |
||
| 25 | * @param \App\Service\ScenarioService $scenarioService |
||
| 26 | */ |
||
| 27 | public function __construct(ScenarioService $scenarioService) |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Form |
||
| 34 | * |
||
| 35 | * @Route(path="/scenarios/{uuid}/url", methods={"GET"}) |
||
| 36 | * @param string $uuid |
||
| 37 | * @return \Symfony\Component\HttpFoundation\RedirectResponse |
||
| 38 | * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException |
||
| 39 | */ |
||
| 40 | public function get($uuid) |
||
| 57 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths