1 | <?php |
||
8 | class NoAuthController extends Controller |
||
9 | { |
||
10 | public function __construct() |
||
13 | |||
14 | |||
15 | //TODO remove this, it is just a tmp fix |
||
16 | /** |
||
17 | * |
||
18 | * Store a newly created resource in storage. |
||
19 | * |
||
20 | * @param int $meetingId |
||
21 | * @return static |
||
22 | */ |
||
23 | public function showImage($meetingId) |
||
35 | |||
36 | } |
||
37 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.