Total Complexity | 4 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class HomeController extends Controller |
||
9 | { |
||
10 | /** |
||
11 | * Create a new controller instance. |
||
12 | * |
||
13 | * @return void |
||
14 | */ |
||
15 | public function __construct() |
||
16 | { |
||
17 | $this->middleware('auth'); |
||
18 | } |
||
19 | |||
20 | /** |
||
21 | * Show the application dashboard. |
||
22 | * |
||
23 | * @return \Illuminate\Contracts\Support\Renderable |
||
24 | */ |
||
25 | public function index() |
||
39 | } |
||
40 | } |
||
41 |
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