@@ -256,6 +256,7 @@ discard block |
||
256 | 256 | /** |
257 | 257 | * @param Aliases $aliases |
258 | 258 | * @param array<string, TypeAlias> $type_aliases |
259 | + * @param string|null $self_fqcln |
|
259 | 260 | * |
260 | 261 | * @throws DocblockParseException if there was a problem parsing the docblock |
261 | 262 | * |
@@ -361,7 +362,6 @@ discard block |
||
361 | 362 | } |
362 | 363 | |
363 | 364 | /** |
364 | - * @param int $line_number |
|
365 | 365 | * |
366 | 366 | * @throws DocblockParseException if there was a problem parsing the docblock |
367 | 367 | * |