From 43d00fcb79958467f9abc9a3842047862a968781 Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Tue, 13 Apr 2021 01:22:36 -0400 Subject: [PATCH] Update docblock --- src/Foundation/ErrorHandling/FrontendFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Foundation/ErrorHandling/FrontendFormatter.php b/src/Foundation/ErrorHandling/FrontendFormatter.php index 79cddffb4..8044dba8a 100644 --- a/src/Foundation/ErrorHandling/FrontendFormatter.php +++ b/src/Foundation/ErrorHandling/FrontendFormatter.php @@ -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 {