mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-01 04:24:02 +01:00
Convert array syntax and other minor code style adjustments.
This commit is contained in:
@@ -156,9 +156,9 @@ abstract class AbstractMapper implements Mapper
|
||||
Request $request = null,
|
||||
$elementId = null
|
||||
) {
|
||||
return array(
|
||||
$this->getElementId($model, $elementId)
|
||||
);
|
||||
return [
|
||||
$this->getElementId($model, $elementId),
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user