Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jun 15, 2023
1 parent 99cfb2f commit 7e87301
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function listen($event): ?Response

/**
* @param Webhook $webhook
* @param $event
* @param $event
*
* @return Response|null
*
Expand All @@ -61,7 +61,7 @@ public function handle(Webhook $webhook, $event): Response
}

/**
* @param $event
* @param $event
* @param Webhook $webhook
*
* @return bool
Expand All @@ -73,7 +73,7 @@ public function ignore(Webhook $webhook, $event): bool

/**
* @param string $id
* @param $param1
* @param $param1
*
* @return string
*/
Expand Down

0 comments on commit 7e87301

Please sign in to comment.