Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Add more missing @throws annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
micheh committed Sep 1, 2012
1 parent 5eca80a commit a84a3e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Reader/Entry/Rss.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ public function getDateCreated()
/**
* Get the entry's date of modification
*
* @throws Exception\RuntimeException
* @return string
*/
public function getDateModified()
Expand Down
1 change: 1 addition & 0 deletions src/Reader/Feed/Rss.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ public function getDateModified()
/**
* Get the feed lastBuild date
*
* @throws Exception\RuntimeException
* @return DateTime
*/
public function getLastBuildDate()
Expand Down

0 comments on commit a84a3e0

Please sign in to comment.