Skip to content

Commit 473f9a5

Browse files
committed
[FIX] Change deprecation annotation (#21419)
1 parent 0def6c2 commit 473f9a5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Actions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/**
1515
* @api
16-
* @deprecated Empty class
16+
* @deprecated
1717
* @since 100.0.2
1818
*/
1919
class Actions extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column

app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/**
1515
* @api
16-
* @deprecated Empty class
16+
* @deprecated
1717
* @since 100.0.2
1818
*/
1919
class Comment extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column

app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/**
1515
* @api
16-
* @deprecated Empty class
16+
* @deprecated
1717
* @since 100.0.2
1818
*/
1919
class Edit extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column

app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/**
1515
* @api
16-
* @deprecated Empty class
16+
* @deprecated
1717
* @since 100.0.2
1818
*/
1919
class Info extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column

app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Remove.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/**
1515
* @api
16-
* @deprecated Empty class
16+
* @deprecated
1717
* @since 100.0.2
1818
*/
1919
class Remove extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column

0 commit comments

Comments
 (0)