From acf6631c5cb1fe7adf4e8113cfeec25af447c6b0 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 17 Dec 2021 04:15:59 +0800 Subject: [PATCH] 1 --- kiri-note/Attribute.php | 1 + 1 file changed, 1 insertion(+) diff --git a/kiri-note/Attribute.php b/kiri-note/Attribute.php index 02124374..765f52c6 100644 --- a/kiri-note/Attribute.php +++ b/kiri-note/Attribute.php @@ -17,6 +17,7 @@ abstract class Attribute implements INote * @param mixed|string $method * @return mixed */ + #[\ReturnTypeWillChange] public function execute(mixed $class, mixed $method = ''): mixed { // TODO: Implement execute() method.