Skip to content

MIR1505

UndefinedDocblockClass

A class referenced only in a docblock does not exist.

<?php
/** @return Nonexistent */
function f() {} // UndefinedDocblockClass

Import or define the class, or fix the name in the docblock.