Skip to content

Commit 2507b19

Browse files
authored
Merge pull request #52 from jack-worman/patch-1
Use "int" instead of "integer"
2 parents 307a367 + e43fba9 commit 2507b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Value/DateTime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class DateTime extends AbstractScalar
2828
*
2929
* The value is in iso8601 format, minus any timezone information or dashes
3030
*
31-
* @param integer|string|\DateTime $value Integer of the unix timestamp or any string that can be parsed
31+
* @param int|string|\DateTime $value Integer of the unix timestamp or any string that can be parsed
3232
* to a unix timestamp using the PHP strtotime() function
3333
* @throws Exception\ValueException If unable to create a DateTime object from $value.
3434
*/

0 commit comments

Comments
 (0)