Fixed incorrect namespace path in phpDoc comment.

This commit is contained in:
Geolim4
2015-05-15 03:10:21 +02:00
parent db5619046d
commit c522ade8a7
@@ -13,7 +13,7 @@ use Whoops\TestCase;
class PrettyPageHandlerTest extends TestCase
{
/**
* @return Whoops\Handler\JsonResponseHandler
* @return \Whoops\Handler\JsonResponseHandler
*/
private function getHandler()
{