@@ -109,7 +109,7 @@ |
||
| 109 | 109 | * Добавляет метаданные для двухсторонних ассоциаций |
| 110 | 110 | * |
| 111 | 111 | * @param DataContainer\EntityInterface $childEntity |
| 112 | - * @param $childEntityClassName |
|
| 112 | + * @param string $childEntityClassName |
|
| 113 | 113 | * @param DataContainer\Association $targetAssociation |
| 114 | 114 | */ |
| 115 | 115 | protected function buildReverseAssociationMetadata(DataContainer\EntityInterface $childEntity, $childEntityClassName, DataContainer\Association $targetAssociation) |
@@ -210,7 +210,7 @@ |
||
| 210 | 210 | /** |
| 211 | 211 | * Возвращает менеджер для получения контейнера с данными для DoctrineObjectConstructor |
| 212 | 212 | * |
| 213 | - * @return AbstractPluginManager |
|
| 213 | + * @return ContainerInterface |
|
| 214 | 214 | */ |
| 215 | 215 | public function getDoctrineObjectConstructorDataManager() |
| 216 | 216 | { |