forked from Snck3rs/contao-leaflet-maps
Convert array syntax and other minor code style adjustments.
This commit is contained in:
@@ -44,7 +44,7 @@ class ContaoAssets implements Assets
|
||||
private $cache = [
|
||||
'stylesheets' => [],
|
||||
'javascripts' => [],
|
||||
'map' => []
|
||||
'map' => [],
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
@@ -34,7 +34,7 @@ class EncoderSubscriber implements EventSubscriberInterface
|
||||
public static function getSubscribedEvents()
|
||||
{
|
||||
return [
|
||||
EncodeValueEvent::NAME => [
|
||||
EncodeValueEvent::NAME => [
|
||||
['encodeIcons', 1000],
|
||||
['loadLayer', 100],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user