We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27efa9 commit 3d82c45Copy full SHA for 3d82c45
src/Middleware/MezzioFactory.php
@@ -78,7 +78,7 @@ private function verifyConfig(iterable $configuration, string $containerClass):
78
79
public function __invoke(ContainerInterface $container): Mezzio
80
{
81
- /** @var array<string, mixed> */
+ /** @var array<string, mixed> $configuration */
82
$configuration = $container->get('config');
83
84
if ($container->has(EntityManager::class) && ! isset($configuration['db'])) {
0 commit comments