Skip to content

Commit 399ce26

Browse files
committed
Fix CS
1 parent bc23201 commit 399ce26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/TypeCombinator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
use PHPStan\Type\Generic\TemplateType;
2828
use PHPStan\Type\Generic\TemplateTypeFactory;
2929
use PHPStan\Type\Generic\TemplateUnionType;
30-
use function array_filter;
3130
use function array_fill;
31+
use function array_filter;
3232
use function array_key_exists;
3333
use function array_key_first;
3434
use function array_merge;

0 commit comments

Comments
 (0)