mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-12 19:33:45 +02:00
Apply fixes from StyleCI (#335)
This commit is contained in:
@@ -624,7 +624,7 @@ class ServerRepository
|
||||
}
|
||||
|
||||
if ($server->option->variables) {
|
||||
foreach($server->option->variables as &$variable) {
|
||||
foreach ($server->option->variables as &$variable) {
|
||||
$set = isset($data['env_' . $variable->id]);
|
||||
|
||||
// Variable is required but was not passed into the function.
|
||||
|
||||
Reference in New Issue
Block a user