Skip to content

Commit d2f99e9

Browse files
phpstan-botclaude
andcommitted
Sort use imports alphabetically in IntersectionType
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aebc2bb commit d2f99e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Type/IntersectionType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
use PHPStan\PhpDocParser\Ast\Type\IdentifierTypeNode;
99
use PHPStan\PhpDocParser\Ast\Type\IntersectionTypeNode;
1010
use PHPStan\PhpDocParser\Ast\Type\TypeNode;
11+
use PHPStan\Reflection\Callables\FunctionCallableVariant;
1112
use PHPStan\Reflection\ClassConstantReflection;
1213
use PHPStan\Reflection\ClassMemberAccessAnswerer;
1314
use PHPStan\Reflection\ExtendedMethodReflection;
1415
use PHPStan\Reflection\ExtendedPropertyReflection;
1516
use PHPStan\Reflection\InitializerExprTypeResolver;
1617
use PHPStan\Reflection\MissingConstantFromReflectionException;
17-
use PHPStan\Reflection\Callables\FunctionCallableVariant;
1818
use PHPStan\Reflection\MissingMethodFromReflectionException;
1919
use PHPStan\Reflection\MissingPropertyFromReflectionException;
2020
use PHPStan\Reflection\TrivialParametersAcceptor;

0 commit comments

Comments
 (0)