]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Api/Mastodon/PushSubscription.php
Merge pull request #13176 from MrPetovan/bug/warnings
[friendica.git] / src / Module / Api / Mastodon / PushSubscription.php
index fc786f40e95b7281f2b52908e12bfada5ef7f99a..077f0b1028e1ae84d34b9340a33d03f8c9377c67 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -132,8 +132,9 @@ class PushSubscription extends BaseApi
                $ret = Subscription::delete($application['id'], $uid);
 
                $this->logger->info('Subscription deleted', [
-                       'result' => $ret, 'application-id' => $application['id'],
-                       'uid'    => $uid
+                       'result'         => $ret,
+                       'application-id' => $application['id'],
+                       'uid'            => $uid,
                ]);
 
                $this->response->exitWithJson([]);