File tree 3 files changed +1
-23
lines changed
3 files changed +1
-23
lines changed Original file line number Diff line number Diff line change 7
7
use PHPStan \Node \Printer \ExprPrinter ;
8
8
use PHPStan \Parser \Parser ;
9
9
use PHPStan \Php \PhpVersion ;
10
- use PHPStan \Reflection \FunctionReflection ;
11
10
use PHPStan \Reflection \InitializerExprTypeResolver ;
12
- use PHPStan \Reflection \MethodReflection ;
13
- use PHPStan \Reflection \ParameterReflection ;
14
11
use PHPStan \Reflection \ParametersAcceptor ;
15
12
use PHPStan \Reflection \Php \PhpFunctionFromParserNodeReflection ;
16
13
use PHPStan \Reflection \ReflectionProvider ;
@@ -40,14 +37,6 @@ public function __construct(
40
37
{
41
38
}
42
39
43
- /**
44
- * @param array<string, ExpressionTypeHolder> $expressionTypes
45
- * @param array<string, ExpressionTypeHolder> $nativeExpressionTypes
46
- * @param array<string, ConditionalExpressionHolder[]> $conditionalExpressions
47
- * @param list<array{FunctionReflection|MethodReflection|null, ParameterReflection|null}> $inFunctionCallsStack
48
- * @param array<string, true> $currentlyAssignedExpressions
49
- * @param array<string, true> $currentlyAllowedUndefinedExpressions
50
- */
51
40
public function create (
52
41
ScopeContext $ context ,
53
42
bool $ declareStrictTypes = false ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ interface InternalScopeFactory
18
18
* @param list<string> $inClosureBindScopeClasses
19
19
* @param array<string, true> $currentlyAssignedExpressions
20
20
* @param array<string, true> $currentlyAllowedUndefinedExpressions
21
- * @param list<array{MethodReflection| FunctionReflection|null, ParameterReflection|null}> $inFunctionCallsStack
21
+ * @param list<array{FunctionReflection|MethodReflection |null, ParameterReflection|null}> $inFunctionCallsStack
22
22
*/
23
23
public function create (
24
24
ScopeContext $ context ,
Original file line number Diff line number Diff line change 7
7
use PHPStan \DependencyInjection \Type \ExpressionTypeResolverExtensionRegistryProvider ;
8
8
use PHPStan \Node \Printer \ExprPrinter ;
9
9
use PHPStan \Php \PhpVersion ;
10
- use PHPStan \Reflection \FunctionReflection ;
11
10
use PHPStan \Reflection \InitializerExprTypeResolver ;
12
- use PHPStan \Reflection \MethodReflection ;
13
- use PHPStan \Reflection \ParameterReflection ;
14
11
use PHPStan \Reflection \ParametersAcceptor ;
15
12
use PHPStan \Reflection \Php \PhpFunctionFromParserNodeReflection ;
16
13
use PHPStan \Reflection \ReflectionProvider ;
@@ -25,14 +22,6 @@ public function __construct(
25
22
{
26
23
}
27
24
28
- /**
29
- * @param array<string, ExpressionTypeHolder> $expressionTypes
30
- * @param array<string, ExpressionTypeHolder> $nativeExpressionTypes
31
- * @param array<string, ConditionalExpressionHolder[]> $conditionalExpressions
32
- * @param array<string, true> $currentlyAssignedExpressions
33
- * @param array<string, true> $currentlyAllowedUndefinedExpressions
34
- * @param list<array{FunctionReflection|MethodReflection|null, ParameterReflection|null}> $inFunctionCallsStack
35
- */
36
25
public function create (
37
26
ScopeContext $ context ,
38
27
bool $ declareStrictTypes = false ,
You can’t perform that action at this time.
0 commit comments