Browse Source

fix lint error

tags/0.9.6
itismadness 4 years ago
parent
commit
0b6c0b40d8
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/Logchecker.php

+ 1
- 2
src/Logchecker.php View File

@@ -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…
Cancel
Save