Skip to content

Commit 48b90d1

Browse files
author
Vasiliev.A
committed
declare strict type
1 parent 161e63b commit 48b90d1

File tree

5 files changed

+11
-0
lines changed

5 files changed

+11
-0
lines changed

app/code/Magento/Webapi/Model/ConfigInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
declare(strict_types=1);
8+
69
namespace Magento\Webapi\Model;
710
/**
811
* This class gives access to consolidated web API configuration from <Module_Name>/etc/webapi.xml files.

app/code/Magento/WebapiAsync/Controller/Rest/Asynchronous/InputParamsResolver.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
declare(strict_types=1);
8+
79
namespace Magento\WebapiAsync\Controller\Rest\Asynchronous;
810

911
use Magento\Framework\Webapi\ServiceInputProcessor;

app/code/Magento/WebapiAsync/Controller/Rest/AsynchronousBulkRequestProcessor.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
declare(strict_types=1);
8+
79
namespace Magento\WebapiAsync\Controller\Rest;
810

911
use Magento\Framework\Exception\BulkException;

app/code/Magento/WebapiAsync/Controller/Rest/AsynchronousBulkSchemaRequestProcessor.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
declare(strict_types=1);
8+
79
namespace Magento\WebapiAsync\Controller\Rest;
810

911
use Magento\Webapi\Model\Rest\Swagger\Generator;

app/code/Magento/WebapiAsync/Model/BulkServiceConfig.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
declare(strict_types=1);
8+
79
namespace Magento\WebapiAsync\Model;
810

911
use Magento\Framework\Serialize\SerializerInterface;

0 commit comments

Comments
 (0)