Skip to content

Commit 5c433fe

Browse files
committed
Remove leftovers after core code
1 parent 3d4a8bb commit 5c433fe

File tree

1 file changed

+2
-6
lines changed
  • app/code/Magento/Swagger/Controller/Index

1 file changed

+2
-6
lines changed

app/code/Magento/Swagger/Controller/Index/Index.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Swagger\Controller\Index;
79

810
use Magento\Framework\App\Action\HttpGetActionInterface;
911
use Magento\Framework\View\Page\Config as PageConfig;
10-
use Magento\Framework\View\Result\Page;
1112
use Magento\Framework\View\Result\PageFactory as PageFactory;
1213

13-
/**
14-
* Class Index
15-
*
16-
* @package Magento\Swagger\Controller\Index
17-
*/
1814
class Index implements HttpGetActionInterface
1915
{
2016
/**

0 commit comments

Comments
 (0)