Skip to content

Commit 73d960d

Browse files
author
Oleksii Korshenko
committed
MAGETWO-71174: Update doc block information in php classes with @deprecated and @SInCE tags
- fixed code style
1 parent f59b0da commit 73d960d

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

app/code/Magento/Captcha/Observer/ResetAttemptForBackendObserver.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
*/
1515
class ResetAttemptForBackendObserver implements ObserverInterface
1616
{
17-
/*
18-
* @var \Magento\Captcha\Model\ResourceModel\LogFactory
19-
* @since 2.0.0
20-
*/
17+
/**
18+
* @var \Magento\Captcha\Model\ResourceModel\LogFactory
19+
* @since 2.2.0
20+
*/
2121
public $resLogFactory;
2222

2323
/**

app/code/Magento/Captcha/Observer/ResetAttemptForFrontendAccountEditObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ResetAttemptForFrontendAccountEditObserver implements ObserverInterface
2525
*/
2626
protected $helper;
2727

28-
/*
28+
/**
2929
* @var \Magento\Captcha\Model\ResourceModel\LogFactory
3030
* @since 2.1.0
3131
*/

app/code/Magento/Captcha/Observer/ResetAttemptForFrontendObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class ResetAttemptForFrontendObserver implements ObserverInterface
1616
{
17-
/*
17+
/**
1818
* @var \Magento\Captcha\Model\ResourceModel\LogFactory
1919
* @since 2.0.0
2020
*/

app/code/Magento/Catalog/Model/Product.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,25 +309,25 @@ class Product extends \Magento\Catalog\Model\AbstractModel implements
309309
*/
310310
protected $metadataService;
311311

312-
/*
312+
/**
313313
* @param \Magento\Catalog\Model\ProductLink\CollectionProvider
314314
* @since 2.0.0
315315
*/
316316
protected $entityCollectionProvider;
317317

318-
/*
318+
/**
319319
* @param \Magento\Catalog\Model\Product\LinkTypeProvider
320320
* @since 2.0.0
321321
*/
322322
protected $linkProvider;
323323

324-
/*
324+
/**
325325
* @param \Magento\Catalog\Api\Data\ProductLinkInterfaceFactory
326326
* @since 2.0.0
327327
*/
328328
protected $productLinkFactory;
329329

330-
/*
330+
/**
331331
* @param \Magento\Catalog\Api\Data\ProductLinkExtensionFactory
332332
* @since 2.0.0
333333
*/

app/code/Magento/CatalogImportExport/Model/Import/Product/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Validator extends AbstractValidator implements RowValidatorInterface
4646
*/
4747
protected $_rowData;
4848

49-
/*
49+
/**
5050
* @var string|null
5151
* @since 2.1.0
5252
*/

lib/internal/Magento/Framework/DB/Statement/Parameter.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,28 @@ class Parameter
3737
*/
3838
protected $_isBlob = false;
3939

40-
/*
40+
/**
4141
* Data type to set to DB driver during parameter bind
4242
* @var mixed
4343
* @since 2.0.0
4444
*/
4545
protected $_dataType = null;
4646

47-
/*
47+
/**
4848
* Length to set to DB driver during parameter bind
4949
* @var mixed
5050
* @since 2.0.0
5151
*/
5252
protected $_length = null;
5353

54-
/*
54+
/**
5555
* Specific driver options to set to DB driver during parameter bind
5656
* @var mixed
5757
* @since 2.0.0
5858
*/
5959
protected $_driverOptions = null;
6060

61-
/*
61+
/**
6262
* Additional information to be used by DB adapter internally
6363
* @var \Magento\Framework\DataObject
6464
* @since 2.0.0

0 commit comments

Comments
 (0)