Completed
Push — master ( 3e4cb8...bfe96b )
by Tim
02:08
created
Classes/Service/ReflectionService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.