From ed119dc29f22ef685812337efa2820e27c402e0b Mon Sep 17 00:00:00 2001 From: Roger Batista Date: Thu, 1 Feb 2024 16:07:52 +0100 Subject: [PATCH] removed deprecation warnings --- .../Persistence/Doctrine/Model/DBAL/Types/UtcDateTimeType.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Infrastructure/Persistence/Doctrine/Model/DBAL/Types/UtcDateTimeType.php b/Infrastructure/Persistence/Doctrine/Model/DBAL/Types/UtcDateTimeType.php index 539276e..e0136a4 100755 --- a/Infrastructure/Persistence/Doctrine/Model/DBAL/Types/UtcDateTimeType.php +++ b/Infrastructure/Persistence/Doctrine/Model/DBAL/Types/UtcDateTimeType.php @@ -12,6 +12,8 @@ class UtcDateTimeType extends DateTimeType /** * {@inheritdoc} + * + * @return mixed */ public function convertToDatabaseValue($value, AbstractPlatform $platform) {