Skip to content

Commit ab8d432

Browse files
author
Daniel Holmes
committed
Merge pull request danielholmes#1 from jonathaningram/patch-1
Remove rogue tab
2 parents c299839 + eddaed5 commit ab8d432

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/DHolmes/DoctrineExtras/DBAL/Types/AbstractUTCDateType.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ abstract protected function getPlatformFormatString(AbstractPlatform $platform);
6767
*/
6868
public function convertToPHPValue($value, AbstractPlatform $platform)
6969
{
70-
$format = $this->getPlatformFormatString($platform);
71-
72-
if ($value === null) {
70+
$format = $this->getPlatformFormatString($platform);
71+
72+
if ($value === null) {
7373
return null;
7474
}
7575

0 commit comments

Comments
 (0)