Skip to content

Commit ff75c96

Browse files
committed
cleanup
1 parent f3764fc commit ff75c96

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Doctrine/BaseRelation.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ public function __construct(
2828
private bool $isOwning = false,
2929
private bool $orphanRemoval = false,
3030
) {
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-
}
3531
}
3632

3733
public function getPropertyName(): string

0 commit comments

Comments
 (0)