Skip to content

Latest commit

 

History

History
153 lines (142 loc) · 18 KB

changelog-2.0.md

File metadata and controls

153 lines (142 loc) · 18 KB

This document is a work in progress.

When PHPStan 2.0 gets released, this will turn into releases notes on GitHub + a separate UPGRADING document.

Major new features 🚀

  • Array list type (#1751), #3311, #8185, #6243, thanks @rvanvelzen!
    • Lists are arrays with sequential integer keys starting at 0

Bleeding edge (TODO move to other sections)

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

  • Countable stub with 0|positive-int (#1027), thanks @staabm!

Internals 🔍