File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ class EntityManager implements EntityManagerInterface
1919 * @template T
2020 * @phpstan-param T $entity
2121 * @phpstan-return T
22+ * @deprecated 2.7 This method is being removed from the ORM and won't have any replacement
2223 */
2324 public function merge($entity);
2425
@@ -51,6 +52,7 @@ class EntityManager implements EntityManagerInterface
5152 * @phpstan-param T $entity
5253 * @phpstan-param bool $deep
5354 * @phpstan-return T
55+ * @deprecated 2.7 This method is being removed from the ORM and won't have any replacement
5456 */
5557 public function copy($entity, $deep = false);
5658
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ interface EntityManagerInterface extends ObjectManager
5252 * @phpstan-param T $entity
5353 * @phpstan-param bool $deep
5454 * @phpstan-return T
55+ * @deprecated 2.7 This method is being removed from the ORM and won't have any replacement
5556 */
5657 public function copy($entity, $deep = false);
5758
You can’t perform that action at this time.
0 commit comments