Skip to content

Commit 3e56cc4

Browse files
authored
Update SerializesCastableAttributes.php (#52841)
1 parent f243db7 commit 3e56cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Contracts/Database/Eloquent/SerializesCastableAttributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ interface SerializesCastableAttributes
1212
* @param \Illuminate\Database\Eloquent\Model $model
1313
* @param string $key
1414
* @param mixed $value
15-
* @param array $attributes
15+
* @param array<string, mixed> $attributes
1616
* @return mixed
1717
*/
1818
public function serialize(Model $model, string $key, mixed $value, array $attributes);

0 commit comments

Comments
 (0)