Skip to content

Commit e2c3d4d

Browse files
ProkopovVitaliyGabriel Galvao da Gama
authored andcommitted
Fixed dock blocks
1 parent e8f07be commit e2c3d4d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99

1010
/**
1111
* Catalog product controller
12-
* @SuppressWarnings(PHPMD.NumberOfChildren)
12+
*
1313
* @api
14+
*
15+
* @SuppressWarnings(PHPMD.NumberOfChildren)
1416
*/
1517
abstract class Product extends \Magento\Backend\App\Action
1618
{

app/code/Magento/Customer/Block/Adminhtml/Edit/GenericButton.php

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

1010
/**
1111
* Class GenericButton
12-
* @package Magento\Customer\Block\Adminhtml\Edit
12+
*
1313
* @api
1414
*/
1515
class GenericButton

lib/internal/Magento/Framework/Console/Cli.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
*
2929
* This is the hood for all command line tools supported by Magento.
3030
*
31-
* @inheritdoc
32-
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
3331
* @api
32+
*
33+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
3434
*/
3535
class Cli extends Console\Application
3636
{

0 commit comments

Comments
 (0)