diff --git a/src/Action.php b/src/Action.php index 56b11d1..e8a1dfe 100644 --- a/src/Action.php +++ b/src/Action.php @@ -49,7 +49,7 @@ public function listen($event): ?Response /** * @param Webhook $webhook - * @param $event + * @param $event * * @return Response|null * @@ -61,7 +61,7 @@ public function handle(Webhook $webhook, $event): Response } /** - * @param $event + * @param $event * @param Webhook $webhook * * @return bool @@ -73,7 +73,7 @@ public function ignore(Webhook $webhook, $event): bool /** * @param string $id - * @param $param1 + * @param $param1 * * @return string */