mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
src: better PSR style fix
This commit is contained in:
parent
1fcd3fc161
commit
2c458e8768
@ -75,7 +75,9 @@ class FirmwareController extends ApiControllerBase
|
||||
}
|
||||
if ($response['upgrade_needs_reboot'] == 1) {
|
||||
$response['status_msg'] = sprintf(
|
||||
'%s %s', $response['status_msg'], 'This update requires a reboot.'
|
||||
'%s %s',
|
||||
$response['status_msg'],
|
||||
'This update requires a reboot.'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user