MIR1505
UndefinedDocblockClass
A class referenced only in a docblock does not exist.
Example
Section titled “Example”<?php/** @return Nonexistent */function f() {} // UndefinedDocblockClassHow to fix
Section titled “How to fix”Import or define the class, or fix the name in the docblock.