Commit 52fe0e46 authored by Marco Pivetta's avatar Marco Pivetta

#869 - DBAL-1293 - Removing whitespace

parent 6c867a0f
......@@ -59,7 +59,6 @@ class DateIntervalType extends Type
$interval = new \DateInterval($value);
} catch (\Exception $e) {
throw ConversionException::conversionFailedFormat($value, $this->getName(), 'PY-m-dTH:i:s');
}
return $interval;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment