Skip to content

Commit 5c7c160

Browse files
authored
Merge pull request #609 from snapshotpl/patch-1
Fix fatal error
2 parents 78d4bec + 72c024d commit 5c7c160

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/DoctrineORMModule/Service/MappingCollectorFactory.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ public function createService(ServiceLocatorInterface $container)
3737
return $this($container, MappingCollector::class);
3838
}
3939

40-
/**
41-
* {@inheritDoc}
42-
*/
43-
public function getOptionsClass()
40+
public function getOptionsClass() : string
4441
{
4542
}
4643
}

0 commit comments

Comments
 (0)