[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
@@ -35,7 +35,7 @@ class StreamableMultiBulkResponseTest extends PredisTestCase
/**
* @group disconnected
* @expectedException Predis\Protocol\ProtocolException
* @expectedException \Predis\Protocol\ProtocolException
* @expectedExceptionMessage Cannot parse 'invalid' as a valid length for a multi-bulk response.
*/
public function testInvalid()