소스 검색

fix lint error

tags/0.10.0
itismadness 3 년 전
부모
커밋
4de0ac292e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/Logchecker.php

+ 1
- 1
src/Logchecker.php 파일 보기

@@ -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>';
}



불러오는 중...
취소
저장