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

Commit

Permalink
Merge branch 'cs/zendframework/zendframework#6130-Zend_-classnames-re…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Apr 13, 2014
3 parents 06f0e14 + cc8b469 + f014b11 commit 9edc2bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/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
6 changes: 3 additions & 3 deletions test/SaveHandler/DbTableGatewayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
class DbTableGatewayTest extends \PHPUnit_Framework_TestCase
{
/**
* @var Zend\Db\Adapter\Adapter
* @var Adapter
*/
protected $adapter;

/**
* @var Zend\Db\TableGateway\TableGateway
* @var TableGateway
*/
protected $tableGateway;

/**
* @var Zend\Session\SaveHandler\DbTableGatewayOptions
* @var DbTableGatewayOptions
*/
protected $options;

Expand Down
2 changes: 1 addition & 1 deletion test/SaveHandler/MongoDBTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class MongoDBTest extends \PHPUnit_Framework_TestCase
protected $mongoCollection;

/**
* @var Zend\Session\SaveHandler\MongoDBOptions
* @var MongoDBOptions
*/
protected $options;

Expand Down

0 comments on commit 9edc2bb

Please sign in to comment.