| Total Complexity | 2 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 30 | class PageController extends Controller |
||
| 31 | { |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param string $appName |
||
| 35 | * @param IRequest $request |
||
| 36 | */ |
||
| 37 | public function __construct( |
||
| 42 | } |
||
| 43 | |||
| 44 | /** |
||
| 45 | * Index page. |
||
| 46 | * |
||
| 47 | * @NoAdminRequired |
||
| 48 | * @NoCSRFRequired |
||
| 49 | * |
||
| 50 | * @return TemplateResponse |
||
| 51 | */ |
||
| 52 | public function index() |
||
| 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