1 | <?php namespace WITR\Http\Controllers; |
||
6 | class HomeController extends Controller { |
||
7 | |||
8 | /** |
||
9 | * Show the application dashboard to the user. |
||
10 | * |
||
11 | * @return Response |
||
12 | */ |
||
13 | public function index() |
||
18 | |||
19 | public function defaultDan() |
||
23 | |||
24 | public function about() |
||
28 | |||
29 | public function contact() |
||
34 | |||
35 | public function listen() |
||
41 | |||
42 | } |
||
43 |
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.