Introducing PHPStan Pro – Save Your Keystrokes and Get More Productive! 🚀
PHPStan
1,483 posts
Find bugs in your code without writing tests! Created by @OndrejMirtes
Joined July 2016
- PHPStan started contributing to PHP Foundation to ensure the PHP language continues to have a bright future! opencollective.com/phpfoundation
- It almost feels like PHPStan is gaining consciousness! The new version in the works is getting really smart about what it can figure out! phpstan.org/r/fbe103a62346…
- If you’re using PHPStan, you’re already covered against cases like this: phpstan.org/r/842c995d-96f… wiki.php.net/rfc/concatenat…
- 💡Tip of the Day: PHPStan already finds a lot of bugs for you, but you can enhance its bug-finding abilities by writing a custom extension. By writing a simple dynamic return type extension for gettext functions, we were able to find bugs in many sprintf() calls👇
- empty() leads to unpredictable results in a lot of cases. That’s why strict-rules in 0.10 will tell you not to use it!








