File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88use PHPStan \PhpDocParser \Ast \Type \IdentifierTypeNode ;
99use PHPStan \PhpDocParser \Ast \Type \IntersectionTypeNode ;
1010use PHPStan \PhpDocParser \Ast \Type \TypeNode ;
11+ use PHPStan \Reflection \Callables \FunctionCallableVariant ;
1112use PHPStan \Reflection \ClassConstantReflection ;
1213use PHPStan \Reflection \ClassMemberAccessAnswerer ;
1314use PHPStan \Reflection \ExtendedMethodReflection ;
1415use PHPStan \Reflection \ExtendedPropertyReflection ;
1516use PHPStan \Reflection \InitializerExprTypeResolver ;
1617use PHPStan \Reflection \MissingConstantFromReflectionException ;
17- use PHPStan \Reflection \Callables \FunctionCallableVariant ;
1818use PHPStan \Reflection \MissingMethodFromReflectionException ;
1919use PHPStan \Reflection \MissingPropertyFromReflectionException ;
2020use PHPStan \Reflection \TrivialParametersAcceptor ;
You can’t perform that action at this time.
0 commit comments