| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 39 | #[ArrayShape(['implicit' => "bool", 'migrations' => "mixed", 'views' => "mixed", 'routes' => "mixed"])] private function getDefaultSubModuleConfiguration(): array |
||
| 40 | { |
||
| 41 | return [ |
||
| 42 | 'implicit' => true, |
||
| 43 | 'migrations' => $this->areMigrationsEnabled(), |
||
| 44 | 'views' => $this->areViewsEnabled(), |
||
| 45 | 'routes' => $this->areRoutesEnabled() |
||
| 46 | ]; |
||
| 49 |