Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
sharky555
/
Logchecker
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
6
Pull Requests
0
Lanzamientos
18
Wiki
Actividad
Explorar el Código
fix lint error
tags/0.9.6
itismadness
hace 4 años
padre
1acb227472
commit
0b6c0b40d8
Se han
modificado 1 ficheros
con
1 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-2
src/Logchecker.php
+ 1
- 2
src/Logchecker.php
Ver fichero
@@ -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';
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar