From c3d5f4708681fb8b86d4ad889ca340fc97de55a0 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Mon, 2 Feb 2015 08:53:29 +0100 Subject: [PATCH] Add comment. --- src/Netzmacht/Contao/Leaflet/MapService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Netzmacht/Contao/Leaflet/MapService.php b/src/Netzmacht/Contao/Leaflet/MapService.php index 71535d2..e82d535 100644 --- a/src/Netzmacht/Contao/Leaflet/MapService.php +++ b/src/Netzmacht/Contao/Leaflet/MapService.php @@ -73,7 +73,7 @@ class MapService * @param Leaflet $leaflet The Leaflet instance. * @param EventDispatcher $eventDispatcher The Contao event dispatcher. * @param \Input $input Thw request input. - * @param Assets $assets + * @param Assets $assets Assets handler. */ public function __construct( DefinitionMapper $mapper,