zendframework / zend-feed

Feed component from Zend Framework
BSD 3-Clause "New" or "Revised" License
166 stars 42 forks source link

PHPDoc fixes for date values #26

Closed SenseException closed 7 years ago

SenseException commented 8 years ago

The PHPDoc of the feed date values are set as string|null but the methods are returning DateTime. I changed the PHPDoc for the feed to DateTime|null. It also looks like there are unit tests missing that check the null part of the return values, so I extended the ATOM tests.

SenseException commented 7 years ago

I forgot about that PR. Thanks for merging it.