File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Core/ServiceFactory/Command Expand file tree Collapse file tree 2 files changed +3
-3
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 @@ -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