Skip to content

Commit 66d6943

Browse files
committed
Typo
1 parent 8a7896b commit 66d6943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Type/Doctrine/HydrationModeReturnTypeResolver.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function getMethodReturnTypeForHydrationMode(
9292

9393
/**
9494
* When we're array-hydrating object, we're not sure of the shape of the array.
95-
* We could return `new ArrayTyp(new MixedType(), new MixedType())`
95+
* We could return `new ArrayType(new MixedType(), new MixedType())`
9696
* but the lack of precision in the array keys/values would give false positive.
9797
*
9898
* @see https://github.com/phpstan/phpstan-doctrine/pull/412#issuecomment-1497092934

0 commit comments

Comments
 (0)