Skip to content

Commit 5a63e56

Browse files
author
Oleksii Korshenko
committed
MAGETWO-71174: Update doc block information in php classes with @deprecated and @SInCE tags
- fixed missing items
1 parent bd74370 commit 5a63e56

File tree

10 files changed

+8
-25
lines changed

10 files changed

+8
-25
lines changed

app/code/Magento/Backend/Setup/ConfigOptionsList.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@
1212
use Magento\Framework\App\DeploymentConfig;
1313
use \Magento\Framework\Setup\BackendFrontnameGenerator;
1414

15-
/*
16-
* Deployment configuration options needed for Backend module
17-
*/
1815
/**
19-
* Class \Magento\Backend\Setup\ConfigOptionsList
16+
* Deployment configuration options needed for Backend module
2017
*
2118
* @since 2.0.0
2219
*/

app/code/Magento/Catalog/Block/Product/View.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function __construct(
123123
* Return wishlist widget options
124124
*
125125
* @return array
126-
* @deprecated
126+
* @deprecated 2.2.0
127127
* @since 2.0.0
128128
*/
129129
public function getWishlistOptions()

app/code/Magento/Paypal/Model/Report/Settlement/Row.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
*/
66
namespace Magento\Paypal\Model\Report\Settlement;
77

8-
/*
9-
* Model for report rows
10-
*/
118
/**
9+
* Model for report rows
1210
* @method \Magento\Paypal\Model\ResourceModel\Report\Settlement\Row _getResource()
1311
* @method \Magento\Paypal\Model\ResourceModel\Report\Settlement\Row getResource()
1412
* @method int getReportId()

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Giftmessage/Form.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
/**
1111
* Adminhtml order creating gift message item form
1212
*
13-
* @author Magento Core Team <core@magentocommerce.com>
14-
*/
15-
16-
/**
1713
* @SuppressWarnings(PHPMD.DepthOfInheritance)
1814
* @since 2.0.0
1915
*/

app/code/Magento/User/Block/User/Edit/Form.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
/**
99
* Adminhtml permissions user edit form
1010
*
11-
* @author Magento Core Team <core@magentocommerce.com>
12-
*
13-
*/
14-
/**
1511
* @SuppressWarnings(PHPMD.DepthOfInheritance)
1612
* @since 2.0.0
1713
*/

lib/internal/Magento/Framework/App/ResourceConnection/ConnectionAdapterInterface.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@
99
use Magento\Framework\DB\LoggerInterface;
1010
use Magento\Framework\DB\SelectFactory;
1111

12-
/*
13-
* Connection adapter interface
14-
*/
1512
/**
16-
* Interface \Magento\Framework\App\ResourceConnection\ConnectionAdapterInterface
13+
* Connection adapter interface
1714
*
1815
* @since 2.0.0
1916
*/

lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
use Magento\Framework\Stdlib\StringUtils;
2828

2929
// @codingStandardsIgnoreStart
30+
3031
/**
3132
* MySQL database adapter
3233
*

lib/internal/Magento/Framework/Model/ResourceModel/Type/Db/Pdo/Mysql.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
use Magento\Framework\DB\SelectFactory;
1313

1414
// @codingStandardsIgnoreStart
15+
1516
/**
1617
* Class \Magento\Framework\Model\ResourceModel\Type\Db\Pdo\Mysql
1718
*

lib/internal/Magento/Framework/Notification/NotifierList.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66

77
namespace Magento\Framework\Notification;
88

9-
/*
9+
/**
1010
* List of registered system notifiers
1111
* @api
12-
*/
13-
/**
14-
* Class \Magento\Framework\Notification\NotifierList
1512
*
1613
* @since 2.0.0
1714
*/

setup/src/Magento/Setup/Module/I18n/Pack/WriterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ interface WriterInterface
3131
* @param \Magento\Setup\Module\I18n\Locale $locale
3232
* @param string $mode One of const of WriterInterface::MODE_
3333
* @return void
34-
* @deprecated Writing to a specified pack path is not supported after custom vendor directory support.
34+
* @deprecated 2.2.0 Writing to a specified pack path is not supported after custom vendor directory support.
3535
* Dictionary data will be written to current Magento codebase.
3636
* @since 2.0.0
3737
*/

0 commit comments

Comments
 (0)