Skip to content

Commit 0648553

Browse files
committed
AC-2754: Code review corrections
1 parent cadc962 commit 0648553

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

app/code/Magento/Widget/Block/BlockInterface.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,10 @@
55
*/
66
declare(strict_types=1);
77

8-
/**
9-
* Widget Block Interface
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
12-
* @api
13-
*/
148
namespace Magento\Widget\Block;
159

1610
/**
17-
* Interface \Magento\Widget\Block\BlockInterface
11+
* Widget Block Interface
1812
*
1913
* @api
2014
*/

lib/internal/Magento/Framework/App/RouterInterface.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
/***
2+
/**
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
@@ -8,7 +8,6 @@
88
namespace Magento\Framework\App;
99

1010
/**
11-
* Interface \Magento\Framework\App\RouterInterface
1211
* Router Matches action from request
1312
*
1413
* @api

0 commit comments

Comments
 (0)