Skip to content

Commit 40ecfd0

Browse files
fix phpDoc return type
1 parent f027089 commit 40ecfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Models/OptionsCast.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function get(Model $model, string $key, mixed $value, array $attributes):
2929
* @param Options|null $value
3030
* @param array $attributes
3131
*
32-
* @return null[]
32+
* @return null[]|object[]
3333
*/
3434
public function set(Model $model, string $key, mixed $value, array $attributes): array
3535
{

0 commit comments

Comments
 (0)