File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222final class CommandsFactory
2323{
2424 /**
25- * @return array<int, Command>
25+ * @return list< Command>
2626 */
2727 public function __invoke (ContainerInterface $ container ): array
2828 {
Original file line number Diff line number Diff line change 1414final class MiddlewaresFactory
1515{
1616 /**
17- * @return array<int, MiddlewareInterface>
17+ * @return list< MiddlewareInterface>
1818 */
1919 public function __invoke (ContainerInterface $ container ): array
2020 {
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public function getTag(): ?string
7474 }
7575
7676 /**
77- * @param array<int, Vaccination> $vaccinations
77+ * @param list< Vaccination> $vaccinations
7878 */
7979 public function setVaccinations (array $ vaccinations ): void
8080 {
@@ -85,7 +85,7 @@ public function setVaccinations(array $vaccinations): void
8585 }
8686
8787 /**
88- * @return array<int, Vaccination>
88+ * @return list< Vaccination>
8989 */
9090 public function getVaccinations (): array
9191 {
You can’t perform that action at this time.
0 commit comments