Kaynağa Gözat

fix lint error

tags/0.10.0
itismadness 3 yıl önce
ebeveyn
işleme
4de0ac292e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/Logchecker.php

+ 1
- 1
src/Logchecker.php Dosyayı Görüntüle

@@ -1775,7 +1775,7 @@ class Logchecker
private function normalizeEac($Matches)
{
$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>';
}



Yükleniyor…
İptal
Kaydet