@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | * @param string $className |
99 | 99 | * @param string $tag |
100 | 100 | * |
101 | - * @return string|bool |
|
101 | + * @return false|string |
|
102 | 102 | */ |
103 | 103 | public static function getFirstTagValue(string $className, string $tag) |
104 | 104 | { |
@@ -118,9 +118,9 @@ discard block |
||
118 | 118 | * Get the tag configuration from this method and respect multiple line and space configuration. |
119 | 119 | * |
120 | 120 | * @param MethodReflection|ClassReflection $reflectionObject |
121 | - * @param array $tagNames |
|
121 | + * @param string[] $tagNames |
|
122 | 122 | * |
123 | - * @return array |
|
123 | + * @return string |
|
124 | 124 | */ |
125 | 125 | public static function getTagConfiguration($reflectionObject, array $tagNames): array |
126 | 126 | { |