Skip to content

Commit bc28286

Browse files
committed
Fix LateResolvableTypeTrait
1 parent f60ac61 commit bc28286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Type/Traits/LateResolvableTypeTrait.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private function isSuperTypeOfDefault(Type $type): TrinaryLogic
7878

7979
public function canAccessProperties(): TrinaryLogic
8080
{
81-
return $this->resolve()->canAccessConstants();
81+
return $this->resolve()->canAccessProperties();
8282
}
8383

8484
public function hasProperty(string $propertyName): TrinaryLogic

0 commit comments

Comments
 (0)