Skip to content

Commit

Permalink
return type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Feb 22, 2018
1 parent d2780b2 commit 8ba964c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transformer/DoctrineToZendDb.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class DoctrineToZendDb
{
public static function transform(ServiceManager $container, array $configuration)
public static function transform(ServiceManager $container, array $configuration) : ServiceManager
{
$entityManager = $container->get(EntityManager::class);
$doctrineDBALConnection = $entityManager->getConnection();
Expand Down

0 comments on commit 8ba964c

Please sign in to comment.