This commit is contained in:
as2252258@163.com
2021-08-29 05:53:47 +08:00
parent 1cb1b0b9cb
commit c06f25fcf5
16 changed files with 152 additions and 205 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ interface IAnnotation
* @param mixed $method
* @return mixed
*/
public static function execute(mixed $params, mixed $class, mixed $method = ''): mixed;
public function execute(mixed $class, mixed $method = ''): mixed;
}