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