File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6363use PHPStan \BetterReflection \SourceLocator \Ast \Strategy \NodeToReflection ;
6464use PHPStan \BetterReflection \SourceLocator \Located \LocatedSource ;
6565use PHPStan \DependencyInjection \Reflection \ClassReflectionExtensionRegistryProvider ;
66+ use PHPStan \DependencyInjection \Type \DynamicParameterTypeExtensionProvider ;
6667use PHPStan \DependencyInjection \Type \DynamicThrowTypeExtensionProvider ;
6768use PHPStan \DependencyInjection \Type \ParameterClosureTypeExtensionProvider ;
68- use PHPStan \DependencyInjection \Type \DynamicParameterTypeExtensionProvider ;
6969use PHPStan \DependencyInjection \Type \ParameterOutTypeExtensionProvider ;
7070use PHPStan \File \FileHelper ;
7171use PHPStan \File \FileReader ;
Original file line number Diff line number Diff line change 44
55use PHPStan \DependencyInjection \Container ;
66
7- class LazyDynamicParameterTypeExtensionProvider implements DynamicParameterTypeExtensionProvider
7+ final class LazyDynamicParameterTypeExtensionProvider implements DynamicParameterTypeExtensionProvider
88{
99
1010 public const FUNCTION_TAG = 'phpstan.functionDynamicParameterTypeExtension ' ;
Original file line number Diff line number Diff line change 1515use PHPStan \Collectors \Collector ;
1616use PHPStan \Collectors \Registry as CollectorRegistry ;
1717use PHPStan \Dependency \DependencyResolver ;
18+ use PHPStan \DependencyInjection \Type \DynamicParameterTypeExtensionProvider ;
1819use PHPStan \DependencyInjection \Type \DynamicThrowTypeExtensionProvider ;
1920use PHPStan \DependencyInjection \Type \ParameterClosureTypeExtensionProvider ;
20- use PHPStan \DependencyInjection \Type \DynamicParameterTypeExtensionProvider ;
2121use PHPStan \DependencyInjection \Type \ParameterOutTypeExtensionProvider ;
2222use PHPStan \File \FileHelper ;
2323use PHPStan \Php \PhpVersion ;
Original file line number Diff line number Diff line change 88use PHPStan \Analyser \NodeScopeResolver ;
99use PHPStan \Analyser \Scope ;
1010use PHPStan \Analyser \ScopeContext ;
11+ use PHPStan \DependencyInjection \Type \DynamicParameterTypeExtensionProvider ;
1112use PHPStan \DependencyInjection \Type \DynamicThrowTypeExtensionProvider ;
1213use PHPStan \DependencyInjection \Type \ParameterClosureTypeExtensionProvider ;
13- use PHPStan \DependencyInjection \Type \DynamicParameterTypeExtensionProvider ;
1414use PHPStan \DependencyInjection \Type \ParameterOutTypeExtensionProvider ;
1515use PHPStan \File \FileHelper ;
1616use PHPStan \File \SystemAgnosticSimpleRelativePathHelper ;
Original file line number Diff line number Diff line change 1010use PHPStan \Collectors \Registry as CollectorRegistry ;
1111use PHPStan \Dependency \DependencyResolver ;
1212use PHPStan \Dependency \ExportedNodeResolver ;
13+ use PHPStan \DependencyInjection \Type \DynamicParameterTypeExtensionProvider ;
1314use PHPStan \DependencyInjection \Type \DynamicThrowTypeExtensionProvider ;
1415use PHPStan \DependencyInjection \Type \ParameterClosureTypeExtensionProvider ;
15- use PHPStan \DependencyInjection \Type \DynamicParameterTypeExtensionProvider ;
1616use PHPStan \DependencyInjection \Type \ParameterOutTypeExtensionProvider ;
1717use PHPStan \Node \Printer \ExprPrinter ;
1818use PHPStan \Node \Printer \Printer ;
You can’t perform that action at this time.
0 commit comments