Skip to content

Commit

Permalink
fix errors about abstract static functions
Browse files Browse the repository at this point in the history
  • Loading branch information
wapmorgan committed Jul 18, 2017
1 parent 6a872be commit 95bb870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TimeSpeller.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ abstract class TimeSpeller
const DIRECTION = 1;
const SEPARATE = 2;

abstract public static function spellUnit($count, $unit);
public static function spellUnit($count, $unit) {}

public static function spellInterval(DateInterval $interval, $options = 0)
{
Expand Down

0 comments on commit 95bb870

Please sign in to comment.