Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Nov 13, 2021
1 parent d251fd8 commit 6984f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/Stubs/Generator/StubsGenerator.php
Expand Up @@ -300,7 +300,7 @@ public static function getParserTypeFromPsalmType(Type\Union $type): ?PhpParser\
|| $atomic_type instanceof Type\Atomic\TArray
|| $atomic_type instanceof Type\Atomic\TIterable
) {
$identifier_string = $atomic_type->toPhpString(null, [], null, 8);
$identifier_string = $atomic_type->toPhpString(null, [], null, 80000);

if ($identifier_string === null) {
throw new \UnexpectedValueException(
Expand Down

0 comments on commit 6984f20

Please sign in to comment.