style: apply php-cs-fixer fixes
This commit is contained in:
parent
a92c441b1a
commit
f796a8d098
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user