| Conditions | 1 |
| Paths | 1 |
| Total Lines | 17 |
| Code Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | public function toArray(array $options = []) |
||
| 15 | { |
||
| 16 | return array_replace_recursive( |
||
| 17 | $options, |
||
| 18 | [ |
||
| 19 | 'modules' => [ |
||
| 20 | 110 => 'WebinoDev', |
||
| 21 | 130 => 'AssetManager', |
||
| 22 | ], |
||
| 23 | 'module_listener_options' => [ |
||
| 24 | 'config_cache_enabled' => false, |
||
| 25 | 'module_map_cache_enabled' => false, |
||
| 26 | 'check_dependencies' => true, |
||
| 27 | ], |
||
| 28 | ] |
||
| 29 | ); |
||
| 30 | } |
||
| 31 | } |
||
| 32 |