Skip to content

Commit 5f68e5c

Browse files
committed
copyright missing static fix
1 parent a599172 commit 5f68e5c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

app/code/Magento/PageCache/Model/App/Request/Http/Identifier.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
26
declare(strict_types=1);
37

48
namespace Magento\PageCache\Model\App\Request\Http;

app/code/Magento/PageCache/Model/App/Request/Http/IdentifierStoreReader.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
26
declare(strict_types=1);
37

48
namespace Magento\PageCache\Model\App\Request\Http;

0 commit comments

Comments
 (0)