We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cadc962 commit 0648553Copy full SHA for 0648553
app/code/Magento/Widget/Block/BlockInterface.php
@@ -5,16 +5,10 @@
5
*/
6
declare(strict_types=1);
7
8
-/**
9
- * Widget Block Interface
10
- *
11
- * @author Magento Core Team <core@magentocommerce.com>
12
- * @api
13
- */
14
namespace Magento\Widget\Block;
15
16
/**
17
- * Interface \Magento\Widget\Block\BlockInterface
+ * Widget Block Interface
18
*
19
* @api
20
lib/internal/Magento/Framework/App/RouterInterface.php
@@ -1,5 +1,5 @@
1
<?php
2
-/***
+/**
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
@@ -8,7 +8,6 @@
namespace Magento\Framework\App;
- * Interface \Magento\Framework\App\RouterInterface
* Router Matches action from request
0 commit comments