瀏覽代碼

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


Loading…
取消
儲存