Simplify phpstan-doc type hint for better readability

This commit is contained in:
IvanCraft623
2024-08-05 17:13:23 -05:00
parent d0d7a995fb
commit 2aa64dc15e
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ final class BlockStateUpgradeSchemaFlattenedName{
/**
* @param string[] $flattenedValueRemaps
* @phpstan-param array<string, string> $flattenedValueRemaps
* @phpstan-param class-string<ByteTag>|class-string<IntTag>|class-string<StringTag>|null $flattenedPropertyType
* @phpstan-param ?class-string<ByteTag|IntTag|StringTag> $flattenedPropertyType
*/
public function __construct(
public string $prefix,