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.
2 parents 69546f0 + c399d1f commit 898887eCopy full SHA for 898887e
src/Model/Property/PropertyInterface.php
@@ -42,7 +42,7 @@ public function getType(bool $outputType = false): ?PropertyType;
42
*
43
* @return PropertyInterface
44
*/
45
- public function setType(PropertyType $type, PropertyType $outputType = null): PropertyInterface;
+ public function setType(PropertyType $type = null, PropertyType $outputType = null): PropertyInterface;
46
47
/**
48
* @param bool $outputType If set to true the output type hint will be returned (may differ from the base type)
0 commit comments