mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-02 13:03:43 +01:00
Code style fixes.
This commit is contained in:
@@ -237,7 +237,7 @@ class OptionsBuilder
|
||||
|
||||
if (method_exists($definition, $setter)) {
|
||||
$definition->$setter($value);
|
||||
} elseif ($definition instanceOf HasOptions) {
|
||||
} elseif ($definition instanceof HasOptions) {
|
||||
$definition->setOption($option, $value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user