mirror of
https://github.com/filp/whoops.git
synced 2026-09-14 03:36:38 +00:00
Fixed incorrect namespace path in phpDoc comment.
This commit is contained in:
@@ -13,7 +13,7 @@ use Whoops\TestCase;
|
||||
class PrettyPageHandlerTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @return Whoops\Handler\JsonResponseHandler
|
||||
* @return \Whoops\Handler\JsonResponseHandler
|
||||
*/
|
||||
private function getHandler()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user