We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60ac61 commit bc28286Copy full SHA for bc28286
src/Type/Traits/LateResolvableTypeTrait.php
@@ -78,7 +78,7 @@ private function isSuperTypeOfDefault(Type $type): TrinaryLogic
78
79
public function canAccessProperties(): TrinaryLogic
80
{
81
- return $this->resolve()->canAccessConstants();
+ return $this->resolve()->canAccessProperties();
82
}
83
84
public function hasProperty(string $propertyName): TrinaryLogic
0 commit comments