Skip to content

Commit

Permalink
more specific parameter type in CastsInboundAttributes (#52536)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzolosa authored Aug 21, 2024
1 parent 14b67c8 commit 326d805
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface CastsInboundAttributes
* @param \Illuminate\Database\Eloquent\Model $model
* @param string $key
* @param mixed $value
* @param array $attributes
* @param array<string, mixed> $attributes
* @return mixed
*/
public function set(Model $model, string $key, mixed $value, array $attributes);
Expand Down

0 comments on commit 326d805

Please sign in to comment.