Skip to content

Commit

Permalink
ISupplementalDriver: uncommented formatDateInterval()
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 26, 2017
1 parent b718964 commit 03cb6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/ISupplementalDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function formatDateTime(/*\DateTimeInterface*/ $value);
* Formats date-time interval for use in a SQL statement.
* @return string
*/
//function formatDateInterval(\DateInterval $value);
function formatDateInterval(\DateInterval $value);

/**
* Encodes string for use in a LIKE statement.
Expand Down

0 comments on commit 03cb6dc

Please sign in to comment.