From: Hank Grabowski Date: Tue, 28 Feb 2023 16:43:12 +0000 (-0500) Subject: Correct format/style errors X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=260f4e46abb1a70f008428e598be01e9025cf6e5;p=friendica.git Correct format/style errors --- diff --git a/src/Module/BaseApi.php b/src/Module/BaseApi.php index 8b79aff491..3b940e3ae3 100644 --- a/src/Module/BaseApi.php +++ b/src/Module/BaseApi.php @@ -184,7 +184,7 @@ class BaseApi extends BaseModule $params['order'] = [$order_field => true]; } - $params['limit']= $request['limit']; + $params['limit'] = $request['limit']; return $params; }