Skip to content

Commit

Permalink
add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed May 20, 2018
1 parent baa8608 commit acd1d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middleware/ExpressiveFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ private function createMiddlewareInstance(ContainerInterface $container, array $
);
}

private function verifyConfig($configuration, $containerType = 'Symfony')
private function verifyConfig($configuration, string $containerType = 'Symfony') : array
{
$configuration = (array) $configuration;
if (! isset($configuration['db'])) {
Expand Down

0 comments on commit acd1d1f

Please sign in to comment.