Skip to content

Commit 3d82c45

Browse files
committed
cs fix
1 parent f27efa9 commit 3d82c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/MezzioFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private function verifyConfig(iterable $configuration, string $containerClass):
7878

7979
public function __invoke(ContainerInterface $container): Mezzio
8080
{
81-
/** @var array<string, mixed> */
81+
/** @var array<string, mixed> $configuration */
8282
$configuration = $container->get('config');
8383

8484
if ($container->has(EntityManager::class) && ! isset($configuration['db'])) {

0 commit comments

Comments
 (0)