Skip to content

Commit

Permalink
Fixed trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Feb 29, 2024
1 parent 2d6e596 commit 461db4a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/unit/PhpDocParser/PhpDocAndParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ public function testItReturnsLatestPrioritizedExtendedTypes(): void
<<<'PHP'
/**
* @example
*
*
* @extends C<int>
* @extends D<object>
* @extends D<mixed>
Expand Down Expand Up @@ -401,7 +401,7 @@ public function testItReturnsLatestPrioritizedImplementedTypes(): void
<<<'PHP'
/**
* @example
*
*
* @implements C<int>
* @implements D<object>
* @implements D<mixed>
Expand Down Expand Up @@ -443,7 +443,7 @@ public function testItReturnsLatestPrioritizedUsedTypes(): void
<<<'PHP'
/**
* @example
*
*
* @use C<int>
* @use D<object>
* @use D<mixed>
Expand Down Expand Up @@ -485,7 +485,7 @@ public function testItReturnsLatestPrioritizedTypeAliases(): void
<<<'PHP'
/**
* @example
*
*
* @psalm-type A = string
* @psalm-type B = object
* @psalm-type B = mixed
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 461db4a

Please sign in to comment.