Skip to content

Commit

Permalink
Correction du type de tableau (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mopolo authored Feb 24, 2025
1 parent a162280 commit adc7b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/AppBundle/Antennes/AntennesCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

final class AntennesCollection
{
/** @var list<Antenne> */
/** @var array<string, Antenne> */
private array $antennes;

public function __construct()
Expand Down

0 comments on commit adc7b09

Please sign in to comment.