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…
💡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👇