There was an error while loading. Please reload this page.
2 parents c299839 + eddaed5 commit ab8d432Copy full SHA for ab8d432
src/DHolmes/DoctrineExtras/DBAL/Types/AbstractUTCDateType.php
@@ -67,9 +67,9 @@ abstract protected function getPlatformFormatString(AbstractPlatform $platform);
67
*/
68
public function convertToPHPValue($value, AbstractPlatform $platform)
69
{
70
- $format = $this->getPlatformFormatString($platform);
71
-
72
- if ($value === null) {
+ $format = $this->getPlatformFormatString($platform);
+
+ if ($value === null) {
73
return null;
74
}
75
0 commit comments