From: Jeroen De Meerleer Date: Thu, 7 Mar 2019 12:12:42 +0000 (+0100) Subject: code style X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2d263b08e3e85bcd8e4e82b54f859fb21189f4d5;p=friendica.git code style --- diff --git a/src/Core/NotificationsManager.php b/src/Core/NotificationsManager.php index 563e08f6d8..f9a286b0e7 100644 --- a/src/Core/NotificationsManager.php +++ b/src/Core/NotificationsManager.php @@ -429,7 +429,7 @@ class NotificationsManager extends BaseObject } $params = []; - $params['order'] = ['date' => 'DESC']; + $params['order'] = ['date' => 'DESC']; $params['limit'] = [$start, $limit]; $stmtNotifies = DBA::select('notify',