We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 307a367 + e43fba9 commit 2507b19Copy full SHA for 2507b19
src/Value/DateTime.php
@@ -28,7 +28,7 @@ class DateTime extends AbstractScalar
28
*
29
* The value is in iso8601 format, minus any timezone information or dashes
30
31
- * @param integer|string|\DateTime $value Integer of the unix timestamp or any string that can be parsed
+ * @param int|string|\DateTime $value Integer of the unix timestamp or any string that can be parsed
32
* to a unix timestamp using the PHP strtotime() function
33
* @throws Exception\ValueException If unable to create a DateTime object from $value.
34
*/
0 commit comments