Commit 2c458e87 authored by Franco Fichtner's avatar Franco Fichtner

src: better PSR style fix

parent 1fcd3fc1
......@@ -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.'
);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment