style: apply php-cs-fixer fixes

This commit is contained in:
Steven Qiu 2025-06-29 06:44:10 +08:00
parent a92c441b1a
commit f796a8d098
No known key found for this signature in database
GPG Key ID: 8ACE9DCFC76F38B9

View File

@ -224,8 +224,9 @@ class SkinlibController extends Controller
if ($size[0] > $maxWidth) {
$message = trans('skinlib.upload.too-wide', [
'width' => $size[0],
'maxWidth' => $maxWidth
'maxWidth' => $maxWidth,
]);
return json($message, 1);
}