mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2026-03-03 02:28:15 +01:00
Convert array syntax and other minor code style adjustments.
This commit is contained in:
@@ -48,7 +48,7 @@ class FixedStyleMapper extends AbstractStyleMapper
|
||||
->addConditionalOption('lineCap')
|
||||
->addConditionalOption('lineJoin')
|
||||
->addConditionalOption('dashArray')
|
||||
->addConditionalOptions('fill', array('fillColor', 'fillOpacity'))
|
||||
->addConditionalOptions('fill', ['fillColor', 'fillOpacity'])
|
||||
->addOption('fill');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user