We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a724634 commit 8e24665Copy full SHA for 8e24665
1 file changed
src/DateTimeType.php
@@ -9,7 +9,7 @@ final class DateTimeType extends \Graphpinator\Typesystem\ScalarType
9
use \Graphpinator\ExtraTypes\Trait\TDateTimeValidate;
10
11
protected const NAME = 'DateTime';
12
- protected const DESCRIPTION = 'DateTime type - string which contains valid date in ISO8601 format.';
+ protected const DESCRIPTION = 'DateTime type - string which contains valid date in ISO8601 format without miliseconds.';
13
14
public function __construct()
15
{
0 commit comments