forked from Snck3rs/contao-leaflet-maps
Code style.
This commit is contained in:
@@ -33,13 +33,13 @@ class EncoderSubscriber implements EventSubscriberInterface
|
|||||||
*/
|
*/
|
||||||
public static function getSubscribedEvents()
|
public static function getSubscribedEvents()
|
||||||
{
|
{
|
||||||
return array(
|
return [
|
||||||
EncodeValueEvent::NAME => array(
|
EncodeValueEvent::NAME => [
|
||||||
array('encodeIcons', 1000),
|
['encodeIcons', 1000],
|
||||||
array('loadLayer', 100),
|
['loadLayer', 100],
|
||||||
),
|
],
|
||||||
EncodeReferenceEvent::NAME => array('referenceIcon', 100),
|
EncodeReferenceEvent::NAME => ['referenceIcon', 100],
|
||||||
);
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user