ソースを参照

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


読み込み中…
キャンセル
保存