File tree Expand file tree Collapse file tree 4 files changed +45
-9
lines changed
app/code/Magento/PageCache
Test/Unit/Model/App/Request/Http
lib/internal/Magento/Framework/App Expand file tree Collapse file tree 4 files changed +45
-9
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
3
+ * Copyright 2024 Adobe
4
+ * All Rights Reserved.
5
+ *
6
+ * NOTICE: All information contained herein is, and remains
7
+ * the property of Adobe and its suppliers, if any. The intellectual
8
+ * and technical concepts contained herein are proprietary to Adobe
9
+ * and its suppliers and are protected by all applicable intellectual
10
+ * property laws, including trade secret and copyright laws.
11
+ * Dissemination of this information or reproduction of this material
12
+ * is strictly forbidden unless prior written permission is obtained from
13
+ * Adobe.
5
14
*/
6
15
declare (strict_types=1 );
7
16
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
3
+ * Copyright 2024 Adobe
4
+ * All Rights Reserved.
5
+ *
6
+ * NOTICE: All information contained herein is, and remains
7
+ * the property of Adobe and its suppliers, if any. The intellectual
8
+ * and technical concepts contained herein are proprietary to Adobe
9
+ * and its suppliers and are protected by all applicable intellectual
10
+ * property laws, including trade secret and copyright laws.
11
+ * Dissemination of this information or reproduction of this material
12
+ * is strictly forbidden unless prior written permission is obtained from
13
+ * Adobe.
5
14
*/
6
15
declare (strict_types=1 );
7
16
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
3
+ * Copyright 2024 Adobe
4
+ * All Rights Reserved.
5
+ *
6
+ * NOTICE: All information contained herein is, and remains
7
+ * the property of Adobe and its suppliers, if any. The intellectual
8
+ * and technical concepts contained herein are proprietary to Adobe
9
+ * and its suppliers and are protected by all applicable intellectual
10
+ * property laws, including trade secret and copyright laws.
11
+ * Dissemination of this information or reproduction of this material
12
+ * is strictly forbidden unless prior written permission is obtained from
13
+ * Adobe.
5
14
*/
6
15
namespace Magento \Framework \App \PageCache ;
7
16
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
3
+ * Copyright 2024 Adobe
4
+ * All Rights Reserved.
5
+ *
6
+ * NOTICE: All information contained herein is, and remains
7
+ * the property of Adobe and its suppliers, if any. The intellectual
8
+ * and technical concepts contained herein are proprietary to Adobe
9
+ * and its suppliers and are protected by all applicable intellectual
10
+ * property laws, including trade secret and copyright laws.
11
+ * Dissemination of this information or reproduction of this material
12
+ * is strictly forbidden unless prior written permission is obtained from
13
+ * Adobe.
5
14
*/
6
15
declare (strict_types=1 );
7
16
@@ -20,7 +29,7 @@ class IdentifierTest extends TestCase
20
29
/**
21
30
* Test value for cache vary string
22
31
*/
23
- const VARY = '123 ' ;
32
+ public const VARY = '123 ' ;
24
33
25
34
/**
26
35
* @var ObjectManager
You can’t perform that action at this time.
0 commit comments