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.