diff --git a/tests/Fixer/Phpdoc/PhpdocTypesOrderFixerTest.php b/tests/Fixer/Phpdoc/PhpdocTypesOrderFixerTest.php index e4662362e55..67546bee9aa 100644 --- a/tests/Fixer/Phpdoc/PhpdocTypesOrderFixerTest.php +++ b/tests/Fixer/Phpdoc/PhpdocTypesOrderFixerTest.php @@ -171,6 +171,9 @@ public function provideFixCases(): array [ '): Generator> $pipe */', ], + [ + ', mixed, Identity> */', + ], [ ' $callback */', ' $callback */',