|
@@ -55,7 +55,7 @@ |
|
|
block discarded – undo |
|
55
|
55
|
public function getMethodTagValues(string $className, string $methodName) |
|
56
|
56
|
{ |
|
57
|
57
|
try { |
|
58
|
|
- if($this->is9orHigher()) { |
|
|
58
|
+ if ($this->is9orHigher()) { |
|
59
|
59
|
$coreReflectionService = GeneralUtility::makeInstance(\TYPO3\CMS\Extbase\Reflection\ReflectionService::class); |
|
60
|
60
|
$classSchema = $coreReflectionService->getClassSchema($className); |
|
61
|
61
|
return $classSchema->getMethod($methodName)['tags'] ?? []; |
Please login to merge, or discard this patch.