From 2e021349d6e6bc94f630f0eccab3f4a5511841f8 Mon Sep 17 00:00:00 2001 From: Julien Falque Date: Wed, 13 Oct 2021 19:32:55 +0200 Subject: [PATCH] fixup! PhpdocTypesOrderFixer - Improve nested types support --- tests/Fixer/Phpdoc/PhpdocTypesOrderFixerTest.php | 3 +++ 1 file changed, 3 insertions(+) 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 */',