Skip to content

Commit

Permalink
[Autocomplete] cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evertharmeling committed Feb 8, 2024
1 parent 6d83ca9 commit ab71ae5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Autocomplete/src/Doctrine/EntityMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public function getPropertyMetadata(string $propertyName): array

/**
* @internal
*
* @return array<string, mixed>
*/
public function getFieldMetadata(string $propertyName): array
Expand All @@ -74,6 +75,7 @@ public function getFieldMetadata(string $propertyName): array

/**
* @internal
*
* @return array<string, mixed>
*/
public function getAssociationMetadata(string $propertyName): array
Expand Down

0 comments on commit ab71ae5

Please sign in to comment.