From 4de0ac292ea332cd152b90590a35530e052dc68c Mon Sep 17 00:00:00 2001 From: itismadness Date: Thu, 13 May 2021 12:57:59 +0000 Subject: [PATCH] fix lint error --- src/Logchecker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Logchecker.php b/src/Logchecker.php index cd01ad4..d07c90c 100644 --- a/src/Logchecker.php +++ b/src/Logchecker.php @@ -1775,7 +1775,7 @@ class Logchecker private function normalizeEac($Matches) { $this->account('Normalization should be not be active', 100); - return 'Normalize to'. $Matches[1] . ': ' . + return 'Normalize to' . $Matches[1] . ': ' . '' . $Matches[2] . ''; }