Browse Source

fix lint error

tags/0.10.0
itismadness 3 years ago
parent
commit
4de0ac292e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Logchecker.php

+ 1
- 1
src/Logchecker.php View File

@@ -1775,7 +1775,7 @@ class Logchecker
private function normalizeEac($Matches) private function normalizeEac($Matches)
{ {
$this->account('Normalization should be not be active', 100); $this->account('Normalization should be not be active', 100);
return '<span class="log5">Normalize to'. $Matches[1] . '</span>: ' .
return '<span class="log5">Normalize to' . $Matches[1] . '</span>: ' .
'<span class="bad">' . $Matches[2] . '</span>'; '<span class="bad">' . $Matches[2] . '</span>';
} }




Loading…
Cancel
Save