Fixing PHPStan map() Type Errors with Laravel Eloquent Collections
TL;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...
blog.jobins.jp3 min read