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 8a7896b commit 66d6943Copy full SHA for 66d6943
src/Type/Doctrine/HydrationModeReturnTypeResolver.php
@@ -92,7 +92,7 @@ public function getMethodReturnTypeForHydrationMode(
92
93
/**
94
* 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())`
+ * We could return `new ArrayType(new MixedType(), new MixedType())`
96
* but the lack of precision in the array keys/values would give false positive.
97
*
98
* @see https://github.com/phpstan/phpstan-doctrine/pull/412#issuecomment-1497092934
0 commit comments