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 2929final class CommandsFactory
3030{
3131 /**
32- * @return array<int, Command>
32+ * @return list< Command>
3333 */
3434 public function __invoke (ContainerInterface $ container ): array
3535 {
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 {
@@ -90,7 +90,7 @@ public function setVaccinations(array $vaccinations): void
9090 }
9191
9292 /**
93- * @return array<int, Vaccination>
93+ * @return list< Vaccination>
9494 */
9595 public function getVaccinations (): array
9696 {
You can’t perform that action at this time.
0 commit comments