From 461db4a9dbd755f9a9c291293e024881bb18768b Mon Sep 17 00:00:00 2001 From: Valentin Udaltsov Date: Thu, 29 Feb 2024 05:15:36 +0300 Subject: [PATCH] Fixed trailing whitespace --- tests/unit/PhpDocParser/PhpDocAndParserTest.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/unit/PhpDocParser/PhpDocAndParserTest.php b/tests/unit/PhpDocParser/PhpDocAndParserTest.php index b5256b7..4c51807 100644 --- a/tests/unit/PhpDocParser/PhpDocAndParserTest.php +++ b/tests/unit/PhpDocParser/PhpDocAndParserTest.php @@ -359,7 +359,7 @@ public function testItReturnsLatestPrioritizedExtendedTypes(): void <<<'PHP' /** * @example - * + * * @extends C * @extends D * @extends D @@ -401,7 +401,7 @@ public function testItReturnsLatestPrioritizedImplementedTypes(): void <<<'PHP' /** * @example - * + * * @implements C * @implements D * @implements D @@ -443,7 +443,7 @@ public function testItReturnsLatestPrioritizedUsedTypes(): void <<<'PHP' /** * @example - * + * * @use C * @use D * @use D @@ -485,7 +485,7 @@ public function testItReturnsLatestPrioritizedTypeAliases(): void <<<'PHP' /** * @example - * + * * @psalm-type A = string * @psalm-type B = object * @psalm-type B = mixed @@ -527,7 +527,7 @@ public function testItReturnsLatestPrioritizedTypeAliasImports(): void <<<'PHP' /** * @example - * + * * @psalm-import-type A from string * @psalm-import-type B from object * @psalm-import-type B from mixed