diff --git a/Annotation/Porters.php b/Annotation/Porters.php index 267e0459..238464a1 100644 --- a/Annotation/Porters.php +++ b/Annotation/Porters.php @@ -8,8 +8,10 @@ interface Porters { - #[Port(port: 999)] - public function process(); + /** + * @return mixed + */ + public function process(): mixed; }