Skip to content

Commit 5bdaf66

Browse files
committed
ISupplementalDriver: uncommented formatDateInterval()
1 parent b4c5cd1 commit 5bdaf66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/ISupplementalDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function formatDateTime(/*\DateTimeInterface*/ $value);
5757
* Formats date-time interval for use in a SQL statement.
5858
* @return string
5959
*/
60-
//function formatDateInterval(\DateInterval $value);
60+
function formatDateInterval(\DateInterval $value);
6161

6262
/**
6363
* Encodes string for use in a LIKE statement.

0 commit comments

Comments
 (0)