From d4d9f4e634d50df777abdb20af1213889f49517e Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sun, 19 Sep 2021 16:44:27 +0800 Subject: [PATCH] 111 --- core/Proxy/AspectProxy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Proxy/AspectProxy.php b/core/Proxy/AspectProxy.php index b5127eb7..596bf908 100644 --- a/core/Proxy/AspectProxy.php +++ b/core/Proxy/AspectProxy.php @@ -42,7 +42,7 @@ class AspectProxy extends AProxy implements ProxyInterface * @param array $executor * @return ?IAspect */ - protected function getAspect(array $executor): ?Aspect + protected function getAspect(array $executor): ?IAspect { $aspect = NoteManager::getSpecify_annotation(Aspect::class, $executor[0], $executor[1]); if (!is_null($aspect)) {