The doc-type mixed|{$this->T} could not be parsed: Unknown type name "{$this-" at position 6. (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...
34
*/
35
1
public function sanitize($data)
36
{
37
1
$this->validator->assert($data);
38
1
if (!$this->T || !class_exists($this->T)) return $data;
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.