Skip to content

Commit

Permalink
Merge pull request zendframework#3761 branch 'hotfix/fix-docblock-type'
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Feb 13, 2013
2 parents 563bb53 + cc2e906 commit 44b7108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Zend/Feed/Writer/Entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public function setContent($content)
/**
* Set the feed creation date
*
* @param string|null|DateTime $date
* @param null|integer|DateTime $date
* @throws Exception\InvalidArgumentException
* @return Entry
*/
Expand All @@ -198,7 +198,7 @@ public function setDateCreated($date = null)
/**
* Set the feed modification date
*
* @param string|null|DateTime $date
* @param null|integer|DateTime $date
* @throws Exception\InvalidArgumentException
* @return Entry
*/
Expand Down

0 comments on commit 44b7108

Please sign in to comment.