Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit 99971ee

Browse files
committed
fix return type
1 parent 7689c4c commit 99971ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SnowflakeCast.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function get($model, string $key, $value, array $attributes) : string
1919
* Prepare the given value for storage.
2020
*
2121
*/
22-
public function set($model, string $key, $value, array $attributes) : mixed
22+
public function set($model, string $key, $value, array $attributes) : int
2323
{
2424
return (int) $value;
2525
}

0 commit comments

Comments
 (0)