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 c48c309 commit 9b10c04Copy full SHA for 9b10c04
src/main/php/lang/reflection/Property.class.php
@@ -34,11 +34,7 @@ public function constraint() {
34
return Reflection::meta()->propertyType($this->reflect);
35
};
36
37
- $t= Type::resolve(
38
- $this->reflect->getType(),
39
- Member::resolve($this->reflect),
40
- $api
41
- );
+ $t= Type::resolve($this->reflect->getType(), Member::resolve($this->reflect), $api);
42
return new Constraint($t ?? Type::$VAR, $present);
43
}
44
0 commit comments