Removed extra whitespace

This commit is contained in:
Graham Campbell 2019-11-17 22:49:13 +00:00 committed by GitHub
parent 80e4ed1a32
commit 754fbe41fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class HtmlErrorRenderer implements ErrorRendererInterface
/**
* {@inheritdoc}
*/
public function render(\Throwable $exception): FlattenException
public function render(\Throwable $exception): FlattenException
{
$exception = FlattenException::createFromThrowable($exception, null, [
'Content-Type' => 'text/html; charset='.$this->charset,