Procházet zdrojové kódy

fix lint error

tags/0.9.6
itismadness před 4 roky
rodič
revize
0b6c0b40d8
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. +1
    -2
      src/Logchecker.php

+ 1
- 2
src/Logchecker.php Zobrazit soubor

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


Načítá se…
Zrušit
Uložit