소스 검색

fix lint error

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

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

@@ -332,8 +332,7 @@ class Logchecker
foreach ($Value as $KKey => $VValue) {
$this->log .= " {$KKey}: {$VValue}\n";
}
}
else {
} else {
if (is_bool($Value)) {
$Value = ($Value) ? 'true' : 'false';
}


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