blog.jobins.jpFixing PHPStan map() Type Errors with Laravel Eloquent CollectionsTL;DR Refactor property declaration for collection as /** * @property Collection<int, Comment> $comment ... Overview When using PHPStan (or Larastan) with Laravel, you may encounter confusing type errors when calling collection methods like map...Jan 6·3 min read