Skip to content

Commit

Permalink
fix @throws docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored and Ocramius committed Apr 13, 2014
1 parent 8cabdfe commit d1d0f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/Zend/Session/SaveHandler/MongoDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class MongoDB implements SaveHandlerInterface
*
* @param Mongo|MongoClient $mongo
* @param MongoDBOptions $options
* @throws Zend\Session\Exception\InvalidArgumentException
* @throws InvalidArgumentException
*/
public function __construct($mongo, MongoDBOptions $options)
{
Expand Down
2 changes: 1 addition & 1 deletion tests/ZendTest/Captcha/ImageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function tearDown()
* Determine system TMP directory
*
* @return string
* @throws Zend\File\Transfer\Exception if unable to determine directory
* @throws \Zend\File\Transfer\Exception\RuntimeException if unable to determine directory
*/
protected function getTmpDir()
{
Expand Down

0 comments on commit d1d0f11

Please sign in to comment.