Skip to content

Commit 5651bec

Browse files
committed
Move ContainerDynamicReturnTypeExtension to build/PHPStan
1 parent 2931dd7 commit 5651bec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: src/Internal/ContainerDynamicReturnTypeExtension.php renamed to build/PHPStan/Build/ContainerDynamicReturnTypeExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php declare(strict_types = 1);
22

3-
namespace PHPStan\Internal;
3+
namespace PHPStan\Build;
44

55
use PhpParser\Node\Expr\MethodCall;
66
use PHPStan\Analyser\Scope;

Diff for: build/phpstan.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ services:
108108
tags:
109109
- phpstan.broker.dynamicMethodReturnTypeExtension
110110
-
111-
class: PHPStan\Internal\ContainerDynamicReturnTypeExtension
111+
class: PHPStan\Build\ContainerDynamicReturnTypeExtension
112112
tags:
113113
- phpstan.broker.dynamicMethodReturnTypeExtension

Diff for: phpstan-baseline.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ parameters:
162162
-
163163
message: "#^Doing instanceof PHPStan\\\\Type\\\\Constant\\\\ConstantStringType is error\\-prone and deprecated\\. Use Type\\:\\:getConstantStrings\\(\\) instead\\.$#"
164164
count: 1
165-
path: src/Internal/ContainerDynamicReturnTypeExtension.php
165+
path: build/PHPStan/Build/ContainerDynamicReturnTypeExtension.php
166166

167167
-
168168
message: "#^Variable method call on PHPStan\\\\Reflection\\\\ClassReflection\\.$#"

0 commit comments

Comments
 (0)