psalm-plugin-laravel
psalm-plugin-laravel copied to clipboard
Support $this->attributes in Model
Example:
ERROR: MixedArrayAssignment - app/Models/Acme.php:110:9 - Cannot access array value on mixed variable $this->attributes['user_id'] (see https://psalm.dev/117)
$this->attributes['user_id'] = $user_id;