@@ -132,7 +132,7 @@ discard block |
||
| 132 | 132 | * @param string $className |
| 133 | 133 | * @param string $tag |
| 134 | 134 | * |
| 135 | - * @return string|bool |
|
| 135 | + * @return false|string |
|
| 136 | 136 | */ |
| 137 | 137 | public static function getFirstTagValue(string $className, string $tag) |
| 138 | 138 | { |
@@ -187,7 +187,7 @@ discard block |
||
| 187 | 187 | * Get the tag configuration from this method and respect multiple line and space configuration. |
| 188 | 188 | * |
| 189 | 189 | * @param string $className |
| 190 | - * @param array $tagNames |
|
| 190 | + * @param string[] $tagNames |
|
| 191 | 191 | * |
| 192 | 192 | * @return array |
| 193 | 193 | */ |
@@ -217,8 +217,8 @@ discard block |
||
| 217 | 217 | /** |
| 218 | 218 | * Get the tag configuration from this method and respect multiple line and space configuration. |
| 219 | 219 | * |
| 220 | - * @param MethodReflection|ClassReflection $reflectionObject |
|
| 221 | - * @param array $tagNames |
|
| 220 | + * @param string[] $tagNames |
|
| 221 | + * @param string $className |
|
| 222 | 222 | * |
| 223 | 223 | * @return array |
| 224 | 224 | */ |
@@ -246,8 +246,8 @@ discard block |
||
| 246 | 246 | /** |
| 247 | 247 | * Get the tag configuration from this method and respect multiple line and space configuration. |
| 248 | 248 | * |
| 249 | - * @param MethodReflection|ClassReflection $reflectionObject |
|
| 250 | - * @param array $tagNames |
|
| 249 | + * @param string[] $tagNames |
|
| 250 | + * @param string $className |
|
| 251 | 251 | * |
| 252 | 252 | * @return array |
| 253 | 253 | */ |