Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 145 Bytes

MissingDocblockType.md

File metadata and controls

10 lines (7 loc) · 145 Bytes

MissingDocblockType

Emitted when a docblock is present, but the type is missing or badly formatted

<?php

/** @var $a */
$a = [];