| Conditions | 3 |
| Paths | 3 |
| Total Lines | 12 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 3.3332 |
| Changes | 0 | ||
| 1 | <?php |
||
| 38 | 1 | public function import(array $info, array $settings = []): array |
|
| 39 | { |
||
| 40 | 1 | if (array_key_exists('info', $info)) { |
|
| 41 | 1 | Schematic::info('- Saving general settings'); |
|
| 42 | |||
| 43 | 1 | if (!Craft::$app->saveInfo($info['info'])) { |
|
| 44 | Schematic::warning('- Couldn’t save general settings.'); |
||
| 45 | } |
||
| 46 | } |
||
| 47 | |||
| 48 | return []; |
||
| 49 | } |
||
| 50 | } |
||
| 51 |