Skip to content

Commit a14317b

Browse files
committed
fix cs
1 parent 23af6c6 commit a14317b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rule/ForbidPhpDocNullabilityMismatchWithNativeTypehintRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
use PHPStan\Type\FileTypeMapper;
1818
use PHPStan\Type\MixedType;
1919
use PHPStan\Type\NullType;
20-
use PHPStan\Type\VoidType;
2120
use PHPStan\Type\Type;
21+
use PHPStan\Type\VoidType;
2222
use function array_merge;
2323
use function is_string;
2424

0 commit comments

Comments
 (0)