@@ -25,7 +25,7 @@ discard block |
||
| 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 |
||
| 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 | { |