mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-29 19:43:50 +01:00
Code style.
This commit is contained in:
@@ -57,7 +57,7 @@ final class MarkersLabelRenderer extends AbstractLabelRenderer
|
|||||||
{
|
{
|
||||||
$repository = $this->repositoryManager->getRepository(MarkerModel::class);
|
$repository = $this->repositoryManager->getRepository(MarkerModel::class);
|
||||||
$count = $repository->countBy(['pid'], [$row['pid']]);
|
$count = $repository->countBy(['pid'], [$row['pid']]);
|
||||||
$label .= sprintf(
|
$label .= sprintf(
|
||||||
'<span class="tl_gray"> (%s %s)</span>',
|
'<span class="tl_gray"> (%s %s)</span>',
|
||||||
$count,
|
$count,
|
||||||
$translator->trans('countEntries', [], 'contao_tl_leaflet_layer')
|
$translator->trans('countEntries', [], 'contao_tl_leaflet_layer')
|
||||||
|
|||||||
Reference in New Issue
Block a user