psalm-plugin-laravel icon indicating copy to clipboard operation
psalm-plugin-laravel copied to clipboard

Support $this->attributes in Model

Open caugner opened this issue 4 years ago • 0 comments

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;

caugner avatar Sep 15 '21 15:09 caugner