=htmlspecialchars($log->getCodexLog()->getTitle()); ?>
hasErrors()): ?>
=htmlspecialchars($log->getErrorsString()); ?>
=htmlspecialchars($log->getLinesString()); ?>
Raw
getVisibleMetadata()) > 0): ?>
0): ?>
getAnalysis()?->getProblems(); ?>
0): ?>
Metadata
getVisibleMetadata() as $metadata): ?>
=htmlspecialchars($metadata->getDisplayLabel()); ?>:
=htmlspecialchars($metadata->getDisplayValue()); ?>
Detected
=htmlspecialchars($info->getLabel()); ?>:
=htmlspecialchars($info->getValue()); ?>
=count($problems); ?>
=count($problems) === 1 ? 'Problem' : 'Problems'; ?> detected
getEntry()[0]->getNumber(); ?>
" class="problem-entry" onclick="updateLineNumber('#L=$number; ?>');">
Problem
=htmlspecialchars($problem->getMessage()); ?>
Line =$number; ?>
getSolutions()) > 0): ?>
=count($problem->getSolutions()) === 1 ? 'Solution:' : 'Solutions:'; ?>
getSolutions() as $solution): ?>
=preg_replace("/'([^']+)'/", "'$1'", htmlspecialchars($solution->getMessage())); ?>