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 7bf258c commit 991dbf2Copy full SHA for 991dbf2
src/Reflection/Nette/HtmlPropertyReflection.php
@@ -40,7 +40,7 @@ public function isPublic(): bool
40
41
public function getType(): Type
42
{
43
- return new MixedType(true);
+ return new MixedType();
44
}
45
46
0 commit comments