Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

phpstan.org

PHPStan Blog

Get the latest updates from PHPStan Blog directly as they happen.

Follow now 13 followers

Latest posts

Last updated 12 days ago

Restricted Usage Extensions - You Don't Always Need a Custom Rule

13 days ago

Recently I’ve wanted to implement support for the @internal PHPDoc tag. The...

PHPStan 2.1: Support For PHP 8.4's Property Hooks, and More!

4 months ago

This release is a culmination of the last four months of my...

PHPStan 2.0 Released With Level 10 and Elephpants!

6 months ago

PHPStan 1.0 was released a little over three years ago. I’m happy...

PHPStan 1.12: Road to PHPStan 2.0

9 months ago

After three years since the initial PHPStan 1.0 release, we’re getting closer...

PHPStan Reports Different Errors Locally & in CI. What Should I Do?

9 months ago

If you find that PHPStan reports different code on your machine and...

Debugging PHPStan Performance: Identify Slow Files

10 months ago

If you feel like PHPStan could be faster when analysing your project...

PHPStan 1.11 With Error Identifiers, PHPStan Pro Reboot and Much More

12 months ago

This release has been in the works for a year. But it...

Enhancements in Handling Parameters Passed by Reference in PHPStan 1.10.60

about 1 year ago

PHPStan 1.10.60 introduces enhancements in handling parameters passed by reference. These parameters...

Solving PHPStan error "Access to an undefined property"

about 2 years ago

“Access to an undefined property Foo::$x” is one of the most common...

Website Improvement: Social Post Preview Image

about 2 years ago

PHPStan’s website is statically generated thanks to this stack: Eleventy - think...

PHPStan 1.10 Comes With a Lie Detector

about 2 years ago

I’ve been looking forward to implementing and releasing the ideas present in...

Why Is instanceof *Type Wrong and Getting Deprecated?

about 2 years ago

This one is for developers of custom rules and other extension types...