home.social

#phpstan — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #phpstan, aggregated by home.social.

fetched live
  1. #phpstan Spielereien - der Versuch das #CMS #ConLite auf das nächste Level zu bringen.

  2. #phpstan Spielereien - der Versuch das #CMS #ConLite auf das nächste Level zu bringen.

  3. I wrote a small blog post about the new release of patchlevel/event-sourcing-phpstan-extension, 1.3.0 adds three new rules.

    They report aggregate properties that no event ever fills, state that nothing ever reads, and state that changes outside an apply method.

    Also, every rule can be turned off individually.

    Feel free to check it out!

    patchlevel.dev/blog/what-is-ne

    #TechBlog #PHP #DDD #EventSourcing #PHPStan #StaticAnalysis

  4. A tiny shell function made my PHPStan output way more useful for coding agents.

    Instead of forcing Claude Code to search for files, I format errors as clickable file:line pointers so it can jump directly to the correct location.

    standaniels.nl/blog/phpstan-ag

    #PHPStan #ClaudeCode #PHP #DevTools #Laravel