Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 175 Bytes

UndefinedDocblockClass.md

File metadata and controls

12 lines (9 loc) · 175 Bytes

UndefinedDocblockClass

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

<?php

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