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
+1 -1
View File
@@ -21,7 +21,7 @@ namespace Annotation;
/**
* @param string $only
*/
public function __construct(public string $only = Target::ALL)
public function __construct(string $only = Target::ALL)
{
}