The doc-type mixed[string] could not be parsed: Expected "]" at position 2, but found "string". (view supported doc-types)
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.
Loading history...
28
* @param string $key (Optional, defaults to `'api'`)
29
* @return void
30
*/
31
protected function requireCanvasPestParameter($params, $key = 'api')
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.