Explorar el Código

fix lint error

tags/0.10.0
itismadness hace 4 años
padre
commit
4de0ac292e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/Logchecker.php

+ 1
- 1
src/Logchecker.php Ver fichero

@@ -1775,7 +1775,7 @@ class Logchecker
private function normalizeEac($Matches)
{
$this->account('Normalization should be not be active', 100);
return '<span class="log5">Normalize to'. $Matches[1] . '</span>: ' .
return '<span class="log5">Normalize to' . $Matches[1] . '</span>: ' .
'<span class="bad">' . $Matches[2] . '</span>';
}



Cargando…
Cancelar
Guardar