diff --git a/src/Listener/SaveReactionsToDatabase.php b/src/Listener/SaveReactionsToDatabase.php index 9034ae5..aa8f463 100755 --- a/src/Listener/SaveReactionsToDatabase.php +++ b/src/Listener/SaveReactionsToDatabase.php @@ -140,6 +140,7 @@ public function whenSaving(Saving $event) * @param $actor * @param $post * @param $identifier + * * @throws \Pusher\PusherException */ public function pushNewReaction($reaction, $actor, $post, $identifier) @@ -155,8 +156,9 @@ public function pushNewReaction($reaction, $actor, $post, $identifier) } /** - * @return bool|\Illuminate\Foundation\Application|mixed|Pusher * @throws \Pusher\PusherException + * + * @return bool|\Illuminate\Foundation\Application|mixed|Pusher */ private function getPusher() {