| @@ -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 RepositoryInterface $repository | |
| 28 | + * @param \Innmind\Neo4j\ONM\RepositoryInterface $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 |      { | 
| @@ -52,7 +52,7 @@ discard block | ||
| 52 | 52 | /** | 
| 53 | 53 | * Inject the defined service in the unit of work | 
| 54 | 54 | * | 
| 55 | - * @param ContainerBuilder $container | |
| 55 | + * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container | |
| 56 | 56 | * @param string $service | 
| 57 | 57 | * | 
| 58 | 58 | * @return self | 
| @@ -71,7 +71,7 @@ discard block | ||
| 71 | 71 | /** | 
| 72 | 72 | * Inject value objects to make the connection work | 
| 73 | 73 | * | 
| 74 | - * @param ContainerBuilder $container | |
| 74 | + * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container | |
| 75 | 75 | * @param array $config | 
| 76 | 76 | * | 
| 77 | 77 | * @return self | 
| @@ -107,7 +107,7 @@ discard block | ||
| 107 | 107 | /** | 
| 108 | 108 | * Register the classes as added property types | 
| 109 | 109 | * | 
| 110 | - * @param ContainerBuilder $container | |
| 110 | + * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container | |
| 111 | 111 | * @param array $types | 
| 112 | 112 | * | 
| 113 | 113 | * @return self | 
| @@ -128,7 +128,7 @@ discard block | ||
| 128 | 128 | /** | 
| 129 | 129 | * Inject the configuration object into the metadata builder | 
| 130 | 130 | * | 
| 131 | - * @param ContainerBuilder $container | |
| 131 | + * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container | |
| 132 | 132 | * @param string $config | 
| 133 | 133 | * | 
| 134 | 134 | * @return self | 
| @@ -16,11 +16,11 @@ | ||
| 16 | 16 | /** | 
| 17 | 17 | * Create a new metadata builder | 
| 18 | 18 | * | 
| 19 | - * @param Types $types | |
| 19 | + * @param \Innmind\Neo4j\ONM\Types $types | |
| 20 | 20 | * @param array $factories | 
| 21 | 21 | * @param ConfigurationInterface $config | 
| 22 | 22 | * | 
| 23 | - * @return MetadataBuilder | |
| 23 | + * @return \Innmind\Neo4j\ONM\MetadataBuilder | |
| 24 | 24 | */ | 
| 25 | 25 | public static function make( | 
| 26 | 26 | Types $types, |