Skip to content

Commit

Permalink
Add note to remove this when PHP 5.3 is no longer supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 11, 2017
1 parent 0262584 commit 7e3b364
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions framework/Icalendar/lib/Horde/Icalendar.php
Expand Up @@ -1364,6 +1364,9 @@ protected function _checkEndDate($t, $times)
* timestamp.
*
* @return boolean True if $a < $b otherwise false.
* @todo This needs to be public/static due to it being called from a
* anonymous function. See PR: 213. This can be removed once we
* no longer support PHP 5.3.
*/
public static function _getEndDifference($a, $b)
{
Expand Down

0 comments on commit 7e3b364

Please sign in to comment.