removed inline DocBlock

parent 03eff48d
......@@ -38,7 +38,6 @@ class DateIntervalType extends Type
}
if ($value instanceof \DateInterval) {
/** @var \DateInterval $value */
return $value->format('P%YY%MM%DDT%HH%IM%SS');
}
......
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