Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge commit 'refs/pull/3761/head' of github.com:zendframework/zf2 in…
Browse files Browse the repository at this point in the history
…to hotfix/fix-docblock-type
  • Loading branch information
Maks3w committed Feb 13, 2013
2 parents eaa36b2 + 549b9cd commit cc2e906
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 cc2e906

Please sign in to comment.