Skip to content

Commit

Permalink
Restore previous type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Alban-io committed Jan 30, 2022
1 parent 9a8b310 commit 1166c34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stubs/date.stub
Expand Up @@ -11,24 +11,24 @@ class DateInterval
}

/**
* @template TEnd
* @template TRecurrences
* @template TEnd of ?DateTimeInterface
* @template TRecurrences of ?int
*/
class DatePeriod
{

/**
* @return TEnd
*/
public function getEndDate(): ?DateTimeInterface
public function getEndDate()
{

}

/**
* @return TRecurrences
*/
public function getRecurrences(): ?int
public function getRecurrences()
{

}
Expand Down

0 comments on commit 1166c34

Please sign in to comment.