This commit is contained in:
2021-03-03 18:35:04 +08:00
parent 1c6cde4133
commit c337280d4e
25 changed files with 533 additions and 499 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ namespace Annotation;
* Class Target
* @package Annotation
*/
#[\Attribute(\Attribute::TARGET_CLASS)] class Target
#[\Attribute(\Attribute::TARGET_CLASS)] class Target extends Attribute
{
}