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 f3764fc commit ff75c96Copy full SHA for ff75c96
src/Doctrine/BaseRelation.php
@@ -28,10 +28,6 @@ public function __construct(
28
private bool $isOwning = false,
29
private bool $orphanRemoval = false,
30
) {
31
- // @TODO - triggers are tmp, do not merge w/ them in place.
32
- if (null === $this->targetPropertyName) {
33
- trigger_deprecation('symfony/maker-bundle', '0.0.0', 'No null target property name');
34
- }
35
}
36
37
public function getPropertyName(): string
0 commit comments