Skip to content

Commit ba550ed

Browse files
committed
Remove misleading deprecation tag
While Entity is deprecated, usage of this method is not. This is entirely valid, yet is now seen as deprecated: $item = new Item(); $item->copy();
1 parent f0dff1d commit ba550ed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Entity/Entity.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ public function setAllAliases( array $aliasLists ) {
306306
* Returns a deep copy of the entity.
307307
*
308308
* @since 0.1
309-
* @deprecated since 1.0
310309
*
311310
* @return self
312311
*/

0 commit comments

Comments
 (0)