Update docblock

This commit is contained in:
Alexander Skvortsov 2021-04-13 01:22:36 -04:00
parent 897dd578b8
commit 43d00fcb79

View File

@ -14,7 +14,7 @@ use Psr\Http\Message\ResponseInterface as Response;
use Psr\Http\Message\ServerRequestInterface as Request;
/**
* This formatter will route certain errors to the SPA frontend.
* This formatter will route errors to the SPA frontend.
*/
class FrontendFormatter implements HttpFormatter
{