()
| 361 | } |
| 362 | |
| 363 | public static function getDefaultSource(): array |
| 364 | { |
| 365 | if (self::proSourcesAvailable()) { |
| 366 | return ProSources::getDefaultSource(); |
| 367 | } |
| 368 | |
| 369 | return self::buildSourceView(self::normalizeSourceStored(self::defaultLocalSource()), true, false); |
| 370 | } |
| 371 | |
| 372 | public static function saveEnabled(bool $enabled): bool |
| 373 | { |
no test coverage detected