@@ -79,9 +79,9 @@ discard block |
||
| 79 | 79 | /** |
| 80 | 80 | * Подготавливаем конечный вариант Сущности |
| 81 | 81 | * |
| 82 | - * @param \Core\Infrastructure\EntityInterface $Entity |
|
| 82 | + * @param EntityInterface $Entity |
|
| 83 | 83 | * @param array $row |
| 84 | - * @return \Core\Infrastructure\EntityInterface |
|
| 84 | + * @return EntityInterface |
|
| 85 | 85 | * @throws BadMethodCallException |
| 86 | 86 | */ |
| 87 | 87 | protected function buildEntity(EntityInterface $Entity, array $row){ |
@@ -131,7 +131,7 @@ discard block |
||
| 131 | 131 | |
| 132 | 132 | /** |
| 133 | 133 | * из объекта формирует массив |
| 134 | - * @param \Core\Infrastructure\EntityInterface $Entity |
|
| 134 | + * @param EntityInterface $Entity |
|
| 135 | 135 | * @return \Core\Infrastructure\EntityInterface |
| 136 | 136 | * @throws BadMethodCallException |
| 137 | 137 | */ |