| 1 | <?php |
||
| 12 | class CaptchaController extends Controller |
||
| 13 | { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * get CAPTCHA |
||
| 17 | * |
||
| 18 | * @param \Heimuya\Captcha\Captcha $captcha |
||
| 19 | * @param string $config |
||
| 20 | * @return \Intervention\Image\ImageManager->response |
||
|
|
|||
| 21 | */ |
||
| 22 | public function getCaptcha(Captcha $captcha, $config = 'default') |
||
| 26 | |||
| 27 | } |
||
| 28 |
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.