This commit is contained in:
as2252258@163.com
2021-08-29 04:06:49 +08:00
parent 9da50baed0
commit 133ca2c273
21 changed files with 356 additions and 495 deletions
+6 -7
View File
@@ -4,7 +4,6 @@
namespace Annotation;
/**
* Class Attribute
* @package Annotation
@@ -13,12 +12,12 @@ abstract class Attribute implements IAnnotation
{
/**
* @param mixed $class
* @param mixed|string $method
* @return mixed
*/
public function execute(mixed $class, mixed $method = ''): mixed
/**
* @param static $class
* @param mixed|string $method
* @return mixed
*/
public static function execute(mixed $params, mixed $class, mixed $method = ''): mixed
{
// TODO: Implement execute() method.
return true;