From 33df7889304575a7912935ada1beab36fa85a5d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 6 Jun 2016 19:42:27 +0300 Subject: [PATCH] Update NormalizerFormatter.php ^H the i --- src/Monolog/Formatter/NormalizerFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Monolog/Formatter/NormalizerFormatter.php b/src/Monolog/Formatter/NormalizerFormatter.php index 8dec46e4..9a4d5d25 100644 --- a/src/Monolog/Formatter/NormalizerFormatter.php +++ b/src/Monolog/Formatter/NormalizerFormatter.php @@ -188,7 +188,7 @@ class NormalizerFormatter implements FormatterInterface * Handle a json_encode failure. * * If the failure is due to invalid string encoding, try to clean the - * input and encode again. If the second encoding iattempt fails, the + * input and encode again. If the second encoding attempt fails, the * inital error is not encoding related or the input can't be cleaned then * raise a descriptive exception. *