Skip to content

Commit 3380c78

Browse files
authored
Merge pull request #427 from adobe-commerce-tier-4/ACP2E-3864-2
ACP2E-3864: Update copyrights for PB and fix static failures
2 parents 9780aab + 8cfb01e commit 3380c78

File tree

123 files changed

+301
-283
lines changed

Some content is hidden

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

123 files changed

+301
-283
lines changed

app/code/Magento/PageBuilder/Api/Data/TemplateExtensionInterface.php

Lines changed: 2 additions & 2 deletions
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 2020 Adobe
4+
* All Rights Reserved.
55
*/
66

77
namespace Magento\PageBuilder\Api\Data;

app/code/Magento/PageBuilder/Api/Data/TemplateInterface.php

Lines changed: 9 additions & 9 deletions
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 2019 Adobe
4+
* All Rights Reserved.
55
*/
66

77
namespace Magento\PageBuilder\Api\Data;
@@ -15,19 +15,19 @@
1515
*/
1616
interface TemplateInterface extends ExtensibleDataInterface
1717
{
18-
const KEY_ID = 'template_id';
18+
public const KEY_ID = 'template_id';
1919

20-
const KEY_NAME = 'name';
20+
public const KEY_NAME = 'name';
2121

22-
const KEY_PREVIEW_IMAGE = 'preview_image';
22+
public const KEY_PREVIEW_IMAGE = 'preview_image';
2323

24-
const KEY_TEMPLATE = 'template';
24+
public const KEY_TEMPLATE = 'template';
2525

26-
const KEY_CREATED_FOR = 'created_for';
26+
public const KEY_CREATED_FOR = 'created_for';
2727

28-
const KEY_CREATED_AT = 'created_at';
28+
public const KEY_CREATED_AT = 'created_at';
2929

30-
const KEY_UPDATED_AT = 'updated_at';
30+
public const KEY_UPDATED_AT = 'updated_at';
3131

3232
/**
3333
* Get Template ID

app/code/Magento/PageBuilder/Api/Data/TemplateSearchResultsInterface.php

Lines changed: 2 additions & 2 deletions
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 2019 Adobe
4+
* All Rights Reserved.
55
*/
66

77
namespace Magento\PageBuilder\Api\Data;

app/code/Magento/PageBuilder/Api/TemplateRepositoryInterface.php

Lines changed: 2 additions & 2 deletions
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 2019 Adobe
4+
* All Rights Reserved.
55
*/
66

77
namespace Magento\PageBuilder\Api;

app/code/Magento/PageBuilder/Block/Adminhtml/ContentType/Edit/CancelButton.php

Lines changed: 3 additions & 3 deletions
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 2018 Adobe
4+
* All Rights Reserved.
55
*/
66

77
declare(strict_types=1);
@@ -25,7 +25,7 @@ class CancelButton implements ButtonProviderInterface
2525
/**
2626
* Constructor
2727
*
28-
* @param $targetName
28+
* @param string $targetName
2929
*/
3030
public function __construct(string $targetName)
3131
{

app/code/Magento/PageBuilder/Block/Adminhtml/ContentType/Edit/CloseButton.php

Lines changed: 3 additions & 3 deletions
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 2018 Adobe
4+
* All Rights Reserved.
55
*/
66
declare(strict_types=1);
77

@@ -24,7 +24,7 @@ class CloseButton implements ButtonProviderInterface
2424
/**
2525
* Constructor
2626
*
27-
* @param $targetName
27+
* @param string $targetName
2828
*/
2929
public function __construct(string $targetName)
3030
{

app/code/Magento/PageBuilder/Block/Adminhtml/ContentType/Edit/SaveButton.php

Lines changed: 2 additions & 2 deletions
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 2018 Adobe
4+
* All Rights Reserved.
55
*/
66
declare(strict_types=1);
77

app/code/Magento/PageBuilder/Block/Adminhtml/Form/Element/ProductConditions.php

Lines changed: 2 additions & 2 deletions
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 2018 Adobe
4+
* All Rights Reserved.
55
*/
66

77
declare(strict_types=1);

app/code/Magento/PageBuilder/Block/Adminhtml/Html/Head/BabelPolyfill.php

Lines changed: 2 additions & 2 deletions
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 2018 Adobe
4+
* All Rights Reserved.
55
*/
66

77
declare(strict_types=1);

app/code/Magento/PageBuilder/Block/Adminhtml/System/Config/EnableField.php

Lines changed: 3 additions & 3 deletions
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 2018 Adobe
4+
* All Rights Reserved.
55
*/
66
declare(strict_types=1);
77

@@ -36,7 +36,7 @@ public function __construct(
3636
}
3737

3838
/**
39-
* {@inheritdoc}
39+
* @inheritdoc
4040
*/
4141
protected function _getElementHtml(AbstractElement $element)
4242
{

0 commit comments

Comments
 (0)