UndefinedDocblockClass

August 8, 2020 ยท View on GitHub

Emitted when referencing a class that does not exist from a docblock

<?php

/**
 * @param DoesNotExist $a
 */
function foo($a) : void {}