[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
+2 -2
View File
@@ -100,7 +100,7 @@ class StringSetRangeTest extends PredisCommandTestCase
/**
* @group connected
* @expectedException Predis\Response\ServerException
* @expectedException \Predis\Response\ServerException
* @expectedExceptionMessage ERR offset is out of range
*/
public function testThrowsExceptionOnInvalidOffset()
@@ -110,7 +110,7 @@ class StringSetRangeTest extends PredisCommandTestCase
/**
* @group connected
* @expectedException Predis\Response\ServerException
* @expectedException \Predis\Response\ServerException
* @expectedExceptionMessage Operation against a key holding the wrong kind of value
*/
public function testThrowsExceptionOnWrongType()