Skip to content

Commit

Permalink
Bugfix DatePeriod::getEndDate declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod authored and ondrejmirtes committed Jan 28, 2022
1 parent a215b37 commit 06864d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/functionMap.php
Expand Up @@ -1590,7 +1590,7 @@
'DatePeriod::__construct\'2' => ['void', 'iso'=>'string', 'options='=>'int'],
'DatePeriod::__wakeup' => ['void'],
'DatePeriod::getDateInterval' => ['DateInterval'],
'DatePeriod::getEndDate' => ['DateTimeInterface'],
'DatePeriod::getEndDate' => ['?DateTimeInterface'],
'DatePeriod::getStartDate' => ['DateTimeInterface'],
'DateTime::__construct' => ['void', 'time='=>'string', 'timezone='=>'?DateTimeZone'],
'DateTime::__set_state' => ['static', 'array'=>'array'],
Expand Down

0 comments on commit 06864d1

Please sign in to comment.