File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/bitExpert/PHPStan/Magento/Autoload Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
* For the full copyright and license information, please view the LICENSE
9
9
* 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.
10
14
*/
11
15
declare (strict_types=1 );
12
16
16
20
use Laminas \Code \Generator \ValueGenerator ;
17
21
use Magento \Framework \Code \Generator \ClassGenerator ;
18
22
use Magento \Framework \GetParameterClassTrait ;
19
- use Magento \Framework \GetReflectionMethodReturnTypeValueTrait ;
20
23
use PHPStan \Cache \Cache ;
21
24
use ReflectionClass ;
22
25
use ReflectionIntersectionType ;
You can’t perform that action at this time.
0 commit comments