We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67218fb commit cb42b1bCopy full SHA for cb42b1b
visitor.php
@@ -774,7 +774,7 @@ private static function getTypeNameFromType(Type $tagVariableType): ?string
774
775
private static function getTypeNameFromString(string $tagVariable): ?string
776
{
777
- // PHPStan dosn't support typed array shapes (`int[]{...}`) so replace
+ // PHPStan doesn't support typed array shapes (`int[]{...}`) so replace
778
// typed arrays such as `int[]` with `array`.
779
$tagVariableType = preg_replace('#[a-zA-Z0-9_]+\[\]#', 'array', $tagVariable);
780
0 commit comments