Skip to content

Commit

Permalink
Merge pull request #609 from snapshotpl/patch-1
Browse files Browse the repository at this point in the history
Fix fatal error
  • Loading branch information
TomHAnderson committed Feb 18, 2020
2 parents 78d4bec + 72c024d commit 5c7c160
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/DoctrineORMModule/Service/MappingCollectorFactory.php
Expand Up @@ -37,10 +37,7 @@ public function createService(ServiceLocatorInterface $container)
return $this($container, MappingCollector::class);
}

/**
* {@inheritDoc}
*/
public function getOptionsClass()
public function getOptionsClass() : string
{
}
}

0 comments on commit 5c7c160

Please sign in to comment.