News

PHPStan 2.0 is Here

Published
PHPStan 2.0 is Here image

PHPStan just released v2.0.0 this week! This massive update is three years in the making, consisting of over 180 items in the release. Creator Ondřej Mirtes had this to say about the release of PHPStan 1.0 over three years ago and now releasing 2.0:

PHPStan 1.0 was released a little over three years ago. I’m happy to report the project is thriving! We did about 176 new releases since then, implementing new features, fixing bugs, and laying the groundwork for 2.0. Yeah, we didn’t catch a break and we didn’t rest on our laurels.

I’ve been looking forward to 2.0 for a long time. Everyone will finally be able to enjoy new features we’ve been working on. Some of them have already been enjoyed by early adopters for more than two years.

As mentioned, the 2.0 release includes 180 items, but here are some of the main features highlighted in the PHPStan 2.0 Release post:

Main Features Available in 2.0

  • Level 10 - level 9 on steroids, treats all mixed types strictly, not just explicit mixed.
  • List type - Lists are arrays with sequential integer keys starting at 0.
  • Lower memory consumption - In testing, memory consumption was reduced by 50–70 %.
  • Validate inline PHPDoc @var tag type - PHPStan 2.0 validates the inline @var tag type against the native type of the assigned expression.
  • Less caching and disk space cleanup - less caching without slowing down was a huge win in 2.0. Depending on the project size, you will notice a reduction in occupied disk space.

Read the comprehensive 2.0.0 release notes to find out everything that is included. Then, follow the step-by-step upgrade guide to upgrade from PHPStan 1.0 to 2.0.

Support PHPStan

The PHPStan project is open-source, and its development is supported by folks like you via PHPStan Pro or GitHub Sponsors.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Filed in

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article