Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 175 Bytes

InvalidParamDefault.md

File metadata and controls

9 lines (6 loc) · 175 Bytes

InvalidParamDefault

Emitted when a function parameter default clashes with the type Psalm expects the param to be

<?php

function foo(int $i = false) : void {}