Skip to content

Commit

Permalink
Fixes styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dgafka authored and github-actions[bot] committed May 28, 2023
1 parent 21284d9 commit 1fffeea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/Ecotone/tests/Messaging/Fixture/Conversion/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ public function returnFromGlobalNamespace(): stdClass;
public function interfaceFromGlobalNamespace(DateTimeInterface $dateTime): DateTimeInterface;

/**
* @param (\stdClass|string)[] $data
* @param (stdClass|string)[] $data
*
* @return (\stdClass|string)[]
* @return (stdClass|string)[]
*/
#[IgnoreDocblockTypeHint]
public function ignoreDocblockTypeHint(array $data): array;
Expand Down

0 comments on commit 1fffeea

Please sign in to comment.