Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 143 Bytes

MissingParamType.md

File metadata and controls

9 lines (6 loc) · 143 Bytes

MissingParamType

Emitted when a function parameter has no type information associated with it

<?php

function foo($a) : void {}