Skip to content

Improve PHPStorm-compatible handling of Traversable|Foo[]

Choose a tag to compare

@muglug muglug released this 15 Feb 16:35

This fixes an issue when using the allowPhpStormGenerics config value (#1333)

Also adds an UnitializedProperty issue that triggers when using a property in a constructor before you've initialised it.