| Conditions | 1 |
| Paths | 1 |
| Total Lines | 17 |
| Code Lines | 13 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 26 | public function index(Request $request, Response $response) : Response |
||
| 27 | { |
||
| 28 | return $this->twig->render( |
||
| 29 | $response, |
||
| 30 | 'plugins/admin/templates/system/api/management/index.html', |
||
| 31 | [ |
||
| 32 | 'menu_item' => 'api', |
||
| 33 | 'api_list' => ['entries' => __('admin_entries')], |
||
| 34 | 'links' => [ |
||
| 35 | 'api' => [ |
||
| 36 | 'link' => $this->router->pathFor('admin.api.index'), |
||
| 37 | 'title' => __('admin_api') |
||
| 38 | ], |
||
| 39 | 'api_management' => [ |
||
| 40 | 'link' => $this->router->pathFor('admin.api_management.index'), |
||
| 41 | 'title' => __('admin_management'), |
||
| 42 | 'active' => true, |
||
| 43 | ], |
||
| 49 |
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