#phpstan نتائج البحث
New release: PHPStan 2.1.31 github.com/phpstan/phpsta… #phpstan
Boom 💥 The next #phpstan release will report less false-positives when configured with the optional reportPossiblyNonexistentGeneralArrayOffset: true

Collaborated with @OndrejMirtes on a few changes, which fixed lots of old bugs in #phpstan. I love it when issue bot freaks out and reports your change fixes even more bugs as initially planned :-)


sometimes the very simple #phpstan rules are the ones which make your code readable and easy to reason about.

PHPStan saved me from uploading an error to a plugin. It's very helpful—like a life jacket for things I might miss while developing. I'm working on a tutorial on how to implement it. #PHPStan #WordPressPlugins

#claudecode without #phpstan would be a catastrophe! Thank God someone built that wonderful tool! ❤️ Happy weekend 😎 #php #ai #coding

We recently hit a production problem because dead code detection did not work like expected until now #phpstan only saw unreachable code after always terminating statements took me a while, but fixed dead code detection to check expressions - available in the upcoming release


Do you use #phpstan level 9 and think it's not painful enough? PHPStan 2.0 will introduce level 10 for even more pain *cough* type safety 🔥!
In September 2022 we added support for validating curl-option values when passed to curl_setopt() in #phpstan. Over the weekend I finalized support for doing the same with curl_setopt_array(), coming to you in the next release. phpstan.org/r/c372b3a7-8e3…
New release: phpstan-doctrine 2.0.7 github.com/phpstan/phpsta… #phpstan
PHP's ecosystem is amazing. With tools like #phpstan you can create new language features. The #[NamespaceVisibility] attribute limits the visibility of the method to code in the same namespace. See github.com/DaveLiddament/… PHPStan extension: github.com/DaveLiddament/…
![DaveLiddament's tweet image. PHP's ecosystem is amazing. With tools like #phpstan you can create new language features.
The #[NamespaceVisibility] attribute limits the visibility of the method to code in the same namespace.
See github.com/DaveLiddament/…
PHPStan extension: github.com/DaveLiddament/…](https://pbs.twimg.com/media/Fv3alXOWABgkQ7i.jpg)
New release: phpstan-nette 2.0.5 github.com/phpstan/phpsta… #phpstan
A big thank you goes out to @jetbrains and the @phpstorm team, which started sponsoring my open source work. I am really proud that more and more companies believe in my open source efforts and can see value generated with #phpstan, #phpunit, #rector...
Great example of using the template type for PHP extensible classes, this could be done in Symfony codebase. #SymfonyCon #phpstan


Never promise a release date. Never promise a release date. Never promise a release date. Oops, I did it again 🤦♂️ #phpstan

¿Quieres uno? #elefante #php #phpstan De parte del proyecto de phpstan.org 🐘 Ya dos de ellos están con sus dueños, vamos a rifar uno más muy pronto ¿Dónde? En nuestro Slack, ve al menú Chat en nuestro sitio web phpmexico.mx

New release: phpstan-doctrine 2.0.10 github.com/phpstan/phpsta… #phpstan
New release: phpstan-doctrine 2.0.9 github.com/phpstan/phpsta… #phpstan
New release: phpstan-beberlei-assert 2.0.2 github.com/phpstan/phpsta… #phpstan
New release: phpstan-doctrine 2.0.8 github.com/phpstan/phpsta… #phpstan
In September 2022 we added support for validating curl-option values when passed to curl_setopt() in #phpstan. Over the weekend I finalized support for doing the same with curl_setopt_array(), coming to you in the next release. phpstan.org/r/c372b3a7-8e3…
New release: phpstan-doctrine 2.0.7 github.com/phpstan/phpsta… #phpstan
New release: PHPStan 2.1.30 github.com/phpstan/phpsta… #phpstan
A big thank you goes out to @jetbrains and the @phpstorm team, which started sponsoring my open source work. I am really proud that more and more companies believe in my open source efforts and can see value generated with #phpstan, #phpunit, #rector...
New release: PHPStan 1.12.32 github.com/phpstan/phpsta… #phpstan
Boom 💥 The next #phpstan release will report less false-positives when configured with the optional reportPossiblyNonexistentGeneralArrayOffset: true

For a few days I am working on making #phpstan aware of array offset types in current scope, when offset is an expression which cannot be inferred to a constant value at static analysis time. this should fix lots of "offset might not exist" false-positives.
New release: phpstan-strict-rules 2.0.7 github.com/phpstan/phpsta… #phpstan
Agree, will add that to my collection 😊 github.com/michabbb/phpst… #php #PHPStan
sometimes the very simple #phpstan rules are the ones which make your code readable and easy to reason about.

sometimes the very simple #phpstan rules are the ones which make your code readable and easy to reason about.

At #phpstan we downgrade the codebase for PHP 7.4 compat and afterwards trigger the test-suite. The code downgrade alone takes ~10min on windows, and ~4min on ubuntu on every commit. Reworked it to speedup the feedback loop. we are on 17-25 seconds now 🚀.
¿Quieres uno? #elefante #php #phpstan De parte del proyecto de phpstan.org 🐘 Ya dos de ellos están con sus dueños, vamos a rifar uno más muy pronto ¿Dónde? En nuestro Slack, ve al menú Chat en nuestro sitio web phpmexico.mx

Released Larastan 3.7.2 It includes some bug fixes and a brand new custom PHPDoc type called `collection-of`! With the new type you can write `collection-of<User>` and Larastan will resolve it to the correct collection type! Useful if you use custom collections a lot. #phpstan
New release: phpstan-nette 2.0.5 github.com/phpstan/phpsta… #phpstan
New release: PHPStan 2.1.27 github.com/phpstan/phpsta… #phpstan
Collaborated with @OndrejMirtes on a few changes, which fixed lots of old bugs in #phpstan. I love it when issue bot freaks out and reports your change fixes even more bugs as initially planned :-)


Boom 💥 The next #phpstan release will report less false-positives when configured with the optional reportPossiblyNonexistentGeneralArrayOffset: true

What’s better than a cake on your birthday? Three @PHPStan #elephpants 🐘🐘🐘 showing up at your door like they own the place! They’ve joined the herd (home & office), looking fabulous — the design is a real success! 😍 #php #phpstan #elephpant

#claudecode without #phpstan would be a catastrophe! Thank God someone built that wonderful tool! ❤️ Happy weekend 😎 #php #ai #coding

sometimes the very simple #phpstan rules are the ones which make your code readable and easy to reason about.

Give Your #AI more Guidance in Writing #PHP code With 189 Custom #phpstan rules 🚀 🔥 As a #phpstorm User, you should know phpinspectionsea - if not, shame on you! 😏 #Ai shouldn't need an IDE to find errors or warnings in the code. Because #jetbrains #MCP became useless to me…


👀 You can install PreRelease v1.36.13477, #PHP extension for #VSCode. There are a few code diagnostics fixed, and improved support for @phpstan global aliases, seamlessly parsing #phpstan's #nette #neon configuration files.

Very nice prelection about #PHPStan from the author himself @OndrejMirtes at #phpconpl24 It was an honor & pleasure meeting you in person, sir

¿Quieres uno? #elefante #php #phpstan De parte del proyecto de phpstan.org 🐘 Ya dos de ellos están con sus dueños, vamos a rifar uno más muy pronto ¿Dónde? En nuestro Slack, ve al menú Chat en nuestro sitio web phpmexico.mx

Something went wrong.
Something went wrong.
United States Trends
- 1. #SwiftDay 8,085 posts
- 2. Columbus 62.2K posts
- 3. #WWERaw 18.5K posts
- 4. #IDontWantToOverreactBUT N/A
- 5. #TSTheErasTour 2,011 posts
- 6. $ZOOZ 1,018 posts
- 7. Knesset 109K posts
- 8. #IndigenousPeoplesDay 2,338 posts
- 9. Good Monday 38K posts
- 10. Marc 35.2K posts
- 11. Victory Monday 1,224 posts
- 12. Thanksgiving 42.5K posts
- 13. Flip 49K posts
- 14. Broadcom 1,292 posts
- 15. Penta 4,599 posts
- 16. Branch 47.2K posts
- 17. Rod Wave 2,941 posts
- 18. The Final Show 24.8K posts
- 19. Kairi 9,577 posts
- 20. Happy 250th 1,754 posts