Przeglądaj źródła

fix lint error

tags/0.9.6
itismadness 4 lat temu
rodzic
commit
0b6c0b40d8
1 zmienionych plików z 1 dodań i 2 usunięć
  1. +1
    -2
      src/Logchecker.php

+ 1
- 2
src/Logchecker.php Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz