Slide 19
Slide 19 text
具体的には……
Illuminate/Support/Collection の get メソッドを使っている部分
が大量に通らなくなってしまった ‼
ERROR: PossiblyNullPropertyFetch - app/Services/Queries/Weapon/WeaponQuery.php:87:19
- Cannot get property on possibly null variable $masterWeapon of type mixed|null (see https://psalm.dev/082)
? $masterWeapon->id
$masterWeapon = $mstWeaponsByMaterial
Count->get($masterByMaterial->materialCount);
psalm/plugin-laravel (v2.8.0)