Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php declare(strict_types=1); |
||
25 | class HomeController extends AbstractController |
||
26 | { |
||
27 | /** |
||
28 | * Create a new controller instance. |
||
29 | * |
||
30 | * @return void |
||
31 | */ |
||
32 | public function __construct() |
||
37 | } |
||
38 | |||
39 | /** |
||
40 | * Shows the application dashboard. |
||
41 | * |
||
42 | * @return Renderable |
||
43 | */ |
||
44 | public function index() |
||
49 |