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 d24e955 commit 4bc79d7Copy full SHA for 4bc79d7
src/Doctrine/BaseRelation.php
@@ -50,12 +50,12 @@ public function setTargetClassName(string $targetClassName): self
50
return $this;
51
}
52
53
- public function getTargetPropertyName(): string
+ public function getTargetPropertyName(): ?string
54
{
55
return $this->targetPropertyName;
56
57
58
- public function setTargetPropertyName(string $targetPropertyName): self
+ public function setTargetPropertyName(?string $targetPropertyName): self
59
60
$this->targetPropertyName = $targetPropertyName;
61
0 commit comments