Completed
Push — develop ( 2e7522...afd2fc )
by Baptiste
04:27
created
src/Configurator/RepositoryFactoryConfigurator.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
      * Register a newrepository for the given entity class
26 26
      *
27 27
      * @param string $class
28
-     * @param Repository $repository
28
+     * @param \Innmind\Neo4j\ONM\Repository $repository
29 29
      *
30 30
      * @return self
31 31
      */
@@ -39,9 +39,9 @@  discard block
 block discarded – undo
39 39
     /**
40 40
      * Inject registered repositories into the given repository factory
41 41
      *
42
-     * @param RepositoryFactory $factory
42
+     * @param \Innmind\Neo4j\ONM\RepositoryFactory $factory
43 43
      *
44
-     * @return RepositoryFactory
44
+     * @return \Innmind\Neo4j\ONM\RepositoryFactory
45 45
      */
46 46
     public function configure(RepositoryFactory $factory): RepositoryFactory
47 47
     {
Please login to merge, or discard this patch.