Skip to content

Commit 3ed72cd

Browse files
committed
Fix static test failure
1 parent c3c0e1d commit 3ed72cd

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

app/code/Magento/Customer/Model/Validator/City.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright 2024 Adobe.
4-
* All rights reserved.
3+
* Copyright 2024 Adobe
4+
* All Rights Reserved.
55
*/
66
declare(strict_types=1);
77

app/code/Magento/Customer/Test/Unit/Model/Validator/CityTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright 2024 Adobe.
4-
* All rights reserved.
3+
* Copyright 2024 Adobe
4+
* All Rights Reserved.
55
*/
66
declare(strict_types=1);
77

app/code/Magento/Deploy/Package/Processor/PostProcessor/CssUrls.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Copyright 2017 Adobe
4-
* All rights reserved.
4+
* All Rights Reserved.
55
*/
66
namespace Magento\Deploy\Package\Processor\PostProcessor;
77

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_shipping.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// /**
2-
// * Copyright © Magento, Inc. All rights reserved.
3-
// * See COPYING.txt for license details.
4-
// */
1+
/**
2+
* Copyright 2015 Adobe
3+
* All Rights Reserved.
4+
*/
55

66
//
77
// Variables

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_shipping.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// /**
2-
// * Copyright © Magento, Inc. All rights reserved.
3-
// * See COPYING.txt for license details.
4-
// */
1+
/**
2+
* Copyright 2015 Adobe
3+
* All Rights Reserved.
4+
*/
55

66
//
77
// Variables

lib/internal/Magento/Framework/App/Test/Unit/View/Asset/PublisherTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Copyright 2014 Adobe
4-
* All rights reserved.
4+
* All Rights Reserved.
55
*/
66
declare(strict_types=1);
77

lib/internal/Magento/Framework/App/View/Asset/Publisher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Copyright 2011 Adobe
4-
* All rights reserved.
4+
* All Rights Reserved.
55
*/
66

77
namespace Magento\Framework\App\View\Asset;

0 commit comments

Comments
 (0)