[phpdoc] Fix undefined namespaces.

This commit is contained in:
Daniele Alessandri
2014-07-27 21:42:24 +02:00
parent fff303a03b
commit aa5c893d5a
131 changed files with 193 additions and 193 deletions
@@ -82,7 +82,7 @@ class StringPreciseSetExpireTest extends PredisCommandTestCase
/**
* @group connected
* @expectedException Predis\Response\ServerException
* @expectedException \Predis\Response\ServerException
* @expectedExceptionMessage ERR value is not an integer or out of range
*/
public function testThrowsExceptionOnNonIntegerTTL()
@@ -92,7 +92,7 @@ class StringPreciseSetExpireTest extends PredisCommandTestCase
/**
* @group connected
* @expectedException Predis\Response\ServerException
* @expectedException \Predis\Response\ServerException
* @expectedExceptionMessage ERR invalid expire time in SETEX
* @todo Should not Redis return PSETEX instead of SETEX here?
*/
@@ -103,7 +103,7 @@ class StringPreciseSetExpireTest extends PredisCommandTestCase
/**
* @group connected
* @expectedException Predis\Response\ServerException
* @expectedException \Predis\Response\ServerException
* @expectedExceptionMessage ERR invalid expire time in SETEX
* @todo Should not Redis return PSETEX instead of SETEX here?
*/