From: Michael Date: Sun, 15 Aug 2021 00:43:07 +0000 (+0000) Subject: Styling X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=167a12ef54c8caa263728a336afde55202067643;p=friendica.git Styling --- diff --git a/src/Model/Subscription.php b/src/Model/Subscription.php index 173d5a9ebf..fac585e992 100644 --- a/src/Model/Subscription.php +++ b/src/Model/Subscription.php @@ -41,9 +41,9 @@ class Subscription /** * Delete a subscription record - * @param int $applicationid - * @param int $uid - * @return bool + * @param int $applicationid + * @param int $uid + * @return bool */ public static function delete(int $applicationid, int $uid) { @@ -54,7 +54,7 @@ class Subscription * Fetch a VAPID key * @return string */ - public static function getVapidKey():string + public static function getVapidKey(): string { $keypair = DI::config()->get('system', 'ec_keypair'); if (empty($keypair)) {