1 | <?php |
||
10 | class NoAuthController extends Controller |
||
11 | { |
||
12 | public function __construct() |
||
15 | |||
16 | |||
17 | //TODO remove this, it is just a tmp fix |
||
18 | /** |
||
19 | * |
||
20 | * Store a newly created resource in storage. |
||
21 | * |
||
22 | * @param int $meetingId |
||
23 | * @return static |
||
24 | */ |
||
25 | public function showImage($meetingId) |
||
37 | |||
38 | private static function getImg(Meeting $meeting) |
||
45 | } |
||
46 |
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.