Skip to content

Commit e54502a

Browse files
committed
array<int, => list<
1 parent 49eeb9c commit e54502a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ServiceFactory/Command/CommandsFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
final class CommandsFactory
1212
{
1313
/**
14-
* @return array<int, Command>
14+
* @return list<Command>
1515
*/
1616
public function __invoke(ContainerInterface $container): array
1717
{

src/ServiceFactory/Framework/MiddlewaresFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
final class MiddlewaresFactory
1414
{
1515
/**
16-
* @return array<int, MiddlewareInterface>
16+
* @return list<MiddlewareInterface>
1717
*/
1818
public function __invoke(ContainerInterface $container): array
1919
{

0 commit comments

Comments
 (0)