Skip to content

Commit 991dbf2

Browse files
committed
MixedType does no longer have a constructor
1 parent 7bf258c commit 991dbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reflection/Nette/HtmlPropertyReflection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function isPublic(): bool
4040

4141
public function getType(): Type
4242
{
43-
return new MixedType(true);
43+
return new MixedType();
4444
}
4545

4646
}

0 commit comments

Comments
 (0)