Overrides ExecutionContextInterface::getPropertyName
public function getPropertyName() : ?string { return $this->metadata instanceof PropertyMetadataInterface ? $this->metadata ->getPropertyName() : null; }