Code style.

This commit is contained in:
David Molineus
2017-10-18 16:36:36 +02:00
parent 7741f44428
commit a4192b4b1a

View File

@@ -57,7 +57,7 @@ final class MarkersLabelRenderer extends AbstractLabelRenderer
{
$repository = $this->repositoryManager->getRepository(MarkerModel::class);
$count = $repository->countBy(['pid'], [$row['pid']]);
$label .= sprintf(
$label .= sprintf(
'<span class="tl_gray"> (%s %s)</span>',
$count,
$translator->trans('countEntries', [], 'contao_tl_leaflet_layer')