Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrneDev authored and StyleCIBot committed Mar 22, 2020
1 parent 8351395 commit 32e6030
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Listener/SaveReactionsToDatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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()
{
Expand Down

0 comments on commit 32e6030

Please sign in to comment.