@phpstani
iAccount based inCzech Republic
About this account
- Account based in
- Czech Republic
- Connected via
- Czech Republic App Store
Account-level information from X, not a live location or the device used for a specific post.
Find bugs in your code without writing tests! Created by @OndrejMirtes
Joined July 2016
- Tweets1.5K
- Following1
- Followers8.9K
- Likes47
PHPStan retweeted
Had an idea today after lunch and basically one-shotted a solution for the currently most-upvoted PHPStan feature request:
New release: phpstan-phpunit 2.0.19 github.com/phpstan/phpstan-p… #phpstan
New release: PHPStan 2.2.16 github.com/phpstan/phpstan/r… #phpstan
New release: PHPStan 2.2.15 github.com/phpstan/phpstan/r… #phpstan
PHPStan retweeted
After my summer break I am back at my primary job. Started updating #phpstan in our closed source projects CI.
one example:
PHPStan 2.2.5: 70s
PHPStan 2.2.14: 37s
nice to see our recent #performance focus pays off in real world projects 🚀
PHPStan retweeted
just supported #kimai with a drive-by #phpstan improvement for their GitHub Actions pipeline
status quo was: 66s
after disabling pcov: 53s
after update to PHP8.3 - which enables PHPStan turbo: 34s
with persistent and warm result-cache: 4s
github.com/kimai/kimai/pull/…
New release: PHPStan 2.2.14 github.com/phpstan/phpstan/r… #phpstan
PHPStan retweeted
PHPStan level 8 on Laravel is brutal but worth it.
Went from 0 to 8, then applied the pattern to 4 projects for now. Caught real bugs, not style nits.
PHPStan retweeted
The PHPStan's playground just gained a superpower: an X-ray for your code! Flip the switch in the top right corner and you'll get info about AST node types and inferred PHPStan types on hover.
PHPStan retweeted
updated @phpstan to the latest release on the @wordpress codebase.
thanks to the latest performance improvements on a cold result-cache it now takes 11 seconds instead of 33 seconds before.
pro tip: make regularly sure you are on the latest version!
PHPStan retweeted
I was told that the recent PHPStan version (2.2.13) got a significant performance boost. I have to say: I'm not disappointed! ±4s to run PHPStan compared to ±17s on the whole Tempest codebase 💯
PHPStan retweeted
PHPStan 2.2.13 is a big one. Not as big as 2.3.0 will be but a big one nevertheless 😉
• Result cache finally becomes usable for monorepo setups
• PHPStan always runs with OPCache enabled
• PHPStan Turbo strips runtime checks from PHPStan's own code (!!!)
New release: PHPStan 2.2.13 github.com/phpstan/phpstan/r… #phpstan
New release: PHPStan 2.2.12 github.com/phpstan/phpstan/r… #phpstan
New release: PHPStan 2.2.11 github.com/phpstan/phpstan/r… #phpstan
New release: phpstan/phpdoc-parser 2.3.4 github.com/phpstan/phpdoc-pa… #phpstan