浏览代码

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


正在加载...
取消
保存