Skip to content

Commit 4b33171

Browse files
author
Aliaksei Yakimovich2
committed
MAGETWO-98947: UPS CGI url gateway to migrate from http to https
- Added strict type declaration in test file;
1 parent df686cf commit 4b33171

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/Ups/Model/CarrierTest.php

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

810
use Magento\TestFramework\Helper\Bootstrap;

0 commit comments

Comments
 (0)