From fe729eb7c533c5473152db9844b986c3bc81d8a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 29 Apr 2021 10:39:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Annotation/Porters.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; }