mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-05 06:18:39 +01:00
Run composer require checker and solve issues.
This commit is contained in:
@@ -131,7 +131,7 @@ class OptionsBuilder
|
||||
* Build options and conditional options.
|
||||
*
|
||||
* @param Definition $definition The definition being built.
|
||||
* @param \Model $model The model.
|
||||
* @param Model $model The model.
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
@@ -147,7 +147,7 @@ class OptionsBuilder
|
||||
* Build options.
|
||||
*
|
||||
* @param Definition $definition The definition being built.
|
||||
* @param \Model $model The model.
|
||||
* @param Model $model The model.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
@@ -160,11 +160,11 @@ class OptionsBuilder
|
||||
* Build conditional options.
|
||||
*
|
||||
* @param Definition $definition The definition being built.
|
||||
* @param \Model $model The model.
|
||||
* @param Model $model The model.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
private function buildConditionals($definition, \Model $model)
|
||||
private function buildConditionals($definition, Model $model)
|
||||
{
|
||||
foreach ($this->conditional as $column => $conditions) {
|
||||
foreach ($conditions as $value => $options) {
|
||||
|
||||
Reference in New Issue
Block a user