Skip to content

Commit ce61ae5

Browse files
committed
docs: fix doc comment DB column type
1 parent c687ef3 commit ce61ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Database/DataConverter/Cast/TimestampCast.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Class TimestampCast
1818
*
19-
* PHP: Time <--> DB column: timestamp
19+
* PHP: Time <--> DB column: int
2020
*
2121
* @extends BaseCast<Time, int, int|string>
2222
*/

0 commit comments

Comments
 (0)