Skip to content

Commit 214a677

Browse files
committed
Add copyright details to InterceptorAutoloader
1 parent 2d776a1 commit 214a677

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/bitExpert/PHPStan/Magento/Autoload/InterceptorAutoloader.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
10+
*
11+
* This file uses modified excerpts from the Magento Framework. That code
12+
* is Copyright Magento, Inc. which is licensed under OSL 3.0. You can
13+
* contact license@magentocommerce.com for a copy.
1014
*/
1115
declare(strict_types=1);
1216

@@ -16,7 +20,6 @@
1620
use Laminas\Code\Generator\ValueGenerator;
1721
use Magento\Framework\Code\Generator\ClassGenerator;
1822
use Magento\Framework\GetParameterClassTrait;
19-
use Magento\Framework\GetReflectionMethodReturnTypeValueTrait;
2023
use PHPStan\Cache\Cache;
2124
use ReflectionClass;
2225
use ReflectionIntersectionType;

0 commit comments

Comments
 (0)