| Total Complexity | 10 |
| Total Lines | 51 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class ServerSettingsRepository |
||
| 9 | { |
||
| 10 | protected $model; |
||
| 11 | |||
| 12 | protected $gdaemonTaskRepository; |
||
| 13 | |||
| 14 | public function __construct(Server $server) |
||
| 17 | } |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param Server $server |
||
| 21 | * @param array $settings |
||
| 22 | * @throws \Exception |
||
| 23 | */ |
||
| 24 | public function saveSettings(Server $server, array $settings) |
||
| 63 | } |