modify plugin name

This commit is contained in:
2022-06-16 17:38:22 +08:00
parent b9b1936611
commit c975458a17
3 changed files with 30 additions and 37 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ class Target
* @return null|array
* @throws ReflectionException
*/
#[Pure] public function getSpecify_annotation(string $method, string $annotation): ?array
#[Pure] public function searchNote(string $method, string $annotation): ?array
{
$data = $this->getMethodAttribute($method, $annotation);
if (!empty($data)) {