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 97bbe5a commit 768879fCopy full SHA for 768879f
src/Types/ModelProperty/GenericModelPropertyType.php
@@ -193,6 +193,11 @@ public function getReferencedTemplateTypes(TemplateTypeVariance $positionVarianc
193
return $this->getGenericType()->getReferencedTemplateTypes($variance);
194
}
195
196
+ public function hasTemplateOrLateResolvableType(): bool
197
+ {
198
+ return true;
199
+ }
200
+
201
/** @param mixed[] $properties */
202
public static function __set_state(array $properties): Type
203
{
0 commit comments