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()
|
||||
{
|
||||
return array(
|
||||
EncodeValueEvent::NAME => array(
|
||||
array('encodeIcons', 1000),
|
||||
array('loadLayer', 100),
|
||||
),
|
||||
EncodeReferenceEvent::NAME => array('referenceIcon', 100),
|
||||
);
|
||||
return [
|
||||
EncodeValueEvent::NAME => [
|
||||
['encodeIcons', 1000],
|
||||
['loadLayer', 100],
|
||||
],
|
||||
EncodeReferenceEvent::NAME => ['referenceIcon', 100],
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user