1 | <?php |
||
21 | class HomeController extends Controller |
||
22 | { |
||
23 | /** |
||
24 | * @return View |
||
25 | */ |
||
26 | public function index(): View |
||
33 | |||
34 | /** |
||
35 | * @param JWTInterface $jwt |
||
36 | * @param Guard $guard |
||
37 | * @return \Illuminate\Contracts\View\Factory|View|\Illuminate\View\View |
||
38 | */ |
||
39 | public function react(JWTInterface $jwt, Guard $guard): View |
||
57 | } |
||
58 |
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.