Skip to content

Commit 9b10c04

Browse files
committed
Collapse line
1 parent c48c309 commit 9b10c04

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/main/php/lang/reflection/Property.class.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ public function constraint() {
3434
return Reflection::meta()->propertyType($this->reflect);
3535
};
3636

37-
$t= Type::resolve(
38-
$this->reflect->getType(),
39-
Member::resolve($this->reflect),
40-
$api
41-
);
37+
$t= Type::resolve($this->reflect->getType(), Member::resolve($this->reflect), $api);
4238
return new Constraint($t ?? Type::$VAR, $present);
4339
}
4440

0 commit comments

Comments
 (0)