@@ -289,7 +289,7 @@ discard block |
||
| 289 | 289 | /** |
| 290 | 290 | * Check if the class is tagged with noHeader. |
| 291 | 291 | * |
| 292 | - * @param $class |
|
| 292 | + * @param string $class |
|
| 293 | 293 | */ |
| 294 | 294 | protected function isTaggedWithNoHeader($class): bool |
| 295 | 295 | { |
@@ -352,7 +352,7 @@ discard block |
||
| 352 | 352 | /** |
| 353 | 353 | * Same as getClassProperties, but the fields are in LowerCaseUnderscored. |
| 354 | 354 | * |
| 355 | - * @param $className |
|
| 355 | + * @param string $className |
|
| 356 | 356 | * |
| 357 | 357 | * @return array |
| 358 | 358 | */ |
@@ -74,7 +74,7 @@ |
||
| 74 | 74 | * Get first class tag information. |
| 75 | 75 | * The trimmed value if the tag exists and FALSE if the tag do not exists. |
| 76 | 76 | * |
| 77 | - * @return string|bool |
|
| 77 | + * @return false|string |
|
| 78 | 78 | */ |
| 79 | 79 | public static function getFirstTagValue(string $className, string $tag) |
| 80 | 80 | { |