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 3d4a8bb commit 5c433feCopy full SHA for 5c433fe
app/code/Magento/Swagger/Controller/Index/Index.php
@@ -3,18 +3,14 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
+declare(strict_types=1);
7
+
8
namespace Magento\Swagger\Controller\Index;
9
10
use Magento\Framework\App\Action\HttpGetActionInterface;
11
use Magento\Framework\View\Page\Config as PageConfig;
-use Magento\Framework\View\Result\Page;
12
use Magento\Framework\View\Result\PageFactory as PageFactory;
13
-/**
14
- * Class Index
15
- *
16
- * @package Magento\Swagger\Controller\Index
17
- */
18
class Index implements HttpGetActionInterface
19
{
20
/**
0 commit comments