Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f569bd6

Browse files
committedOct 8, 2024··
Merge remote-tracking branch 'upstream/develop' into feature/strict-types
2 parents ef3ab20 + f5cf74f commit f569bd6

File tree

106 files changed

+273
-262
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+273
-262
lines changed
 

‎Magento2/Helpers/Assert.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2023 Adobe
4+
* All Rights Reserved.
55
*/
66
declare(strict_types=1);
77

‎Magento2/Helpers/Commenting/PHPDocFormattingValidator.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22

33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2019 Adobe
5+
* All Rights Reserved.
66
*/
77
declare(strict_types=1);
88

0 commit comments

Comments
 (0)
Please sign in to comment.