1 | <?php |
||
11 | class CaptchaController extends Controller |
||
12 | { |
||
13 | |||
14 | /** |
||
15 | * get CAPTCHA |
||
16 | * |
||
17 | * @param \Mews\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 | * get CAPTCHA api |
||
28 | * |
||
29 | * @param \Mews\Captcha\Captcha $captcha |
||
30 | * @param string $config |
||
31 | * @return \Intervention\Image\ImageManager->response |
||
32 | */ |
||
33 | public function getCaptchaApi(Captcha $captcha, $config = 'default') |
||
37 | |||
38 | } |
||
39 |
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.