| 1 | <?php |
||
| 11 | class LumenCaptchaController extends Controller |
||
| 12 | { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * get CAPTCHA |
||
| 16 | * |
||
| 17 | * @param \Heimuya\Captcha\Captcha $captcha |
||
| 18 | * @param string $config |
||
| 19 | * @return \Intervention\Image\ImageManager->response |
||
|
|
|||
| 20 | */ |
||
| 21 | public function getCaptcha(Captcha $captcha, $config = 'default') |
||
| 25 | |||
| 26 | } |
||
| 27 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.