Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
14 | 10 | public function __invoke() { |
|
15 | 10 | return view('applicant/home', [ |
|
1 ignored issue
–
show
|
|||
16 | 10 | 'home' => Lang::get('applicant/home'), |
|
17 | 10 | 'hero' => Lang::get('common/hero') |
|
18 | ]); |
||
20 | } |