UndefinedDocblockClass
Emitted when referencing a class that does not exist from a docblock
<?php
/**
* @param DoesNotExist $a
*/
function foo($a) : void {}
Emitted when referencing a class that does not exist from a docblock
<?php
/**
* @param DoesNotExist $a
*/
function foo($a) : void {}