Skip to content

Commit ca45cc7

Browse files
committed
Comment changes
1 parent 38eac63 commit ca45cc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

berry/mysql/MySQLDataReader.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ public function getValue(int $index)
8585
}
8686

8787
/**
88-
* DATETIME is always stored and returned as UTC, regardless of what your system's timezone is.
89-
* This method reads a MySQL DATETIME value into a PHP DateTime Object and converts the TimeZone
88+
* MySQL DATETIME object is always stored and returned as UTC, regardless of what your system's timezone is.
89+
* This method reads a MySQL DATETIME value into a PHP DateTime Object and converts the TimeZone of the object
9090
* to the given TimeZone.
9191
* @param int $index
9292
* @param DateTimeZone $timeZone
@@ -100,7 +100,7 @@ public function getDateTime(int $index, DateTimeZone $timeZone): DateTime
100100
}
101101

102102
/**
103-
* Return the read datetime value
103+
* Returns the read datetime value
104104
* @param int $index
105105
* @return DateTimeF
106106
*/

0 commit comments

Comments
 (0)