Skip to content

Commit af4556d

Browse files
committed
AC-13346:: Deprecation of E_STRICT constant in PHP 8.4
1 parent c4c2ba2 commit af4556d

File tree

8 files changed

+17
-19
lines changed

8 files changed

+17
-19
lines changed

dev/tests/api-functional/framework/bootstrap.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 2015 Adobe
4+
* All Rights Reserved.
55
*/
66

77
use Magento\Framework\App\Filesystem\DirectoryList;

dev/tests/error_handler.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 2017 Adobe
4+
* All Rights Reserved.
55
*/
66

77
/**

dev/tests/integration/framework/bootstrap.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 2011 Adobe
4+
* All Rights Reserved.
55
*/
66
use Magento\Framework\Autoload\AutoloaderRegistry;
77

dev/tests/static/framework/bootstrap.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 2011 Adobe
4+
* All Rights Reserved.
55
*/
66

77
// phpcs:disable

dev/tests/unit/framework/bootstrap.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 2011 Adobe
4+
* All Rights Reserved.
55
*/
66

77
require_once __DIR__ . '/../../../../app/autoload.php';

lib/internal/Magento/Framework/App/ErrorHandler.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 2013 Adobe
4+
* All Rights Reserved.
55
*/
66

77
namespace Magento\Framework\App;

lib/internal/Magento/Framework/App/Test/Unit/ErrorHandlerTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2014 Adobe
4+
* All Rights Reserved.
55
*/
6+
67
declare(strict_types=1);
78

89
namespace Magento\Framework\App\Test\Unit;

setup/src/Magento/Setup/Module/Di/Code/Reader/Decorator/Directory.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77

88
use Magento\Setup\Module\Di\Compiler\Log\Log;
99

10-
/**
11-
* Class Directory
12-
*
13-
* @package Magento\Setup\Module\Di\Code\Reader\Decorator
14-
*/
1510
class Directory implements \Magento\Setup\Module\Di\Code\Reader\ClassesScannerInterface
1611
{
1712
/**
@@ -112,6 +107,8 @@ public function getList($path)
112107
}
113108

114109
/**
110+
* Retrieves relations
111+
*
115112
* @return array
116113
*/
117114
public function getRelations()

0 commit comments

Comments
 (0)