Passed
Push — master ( 2f3156...252c51 )
by dima
03:07
created
src/AbstractOptDataMapper.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -79,9 +79,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 	 */
Please login to merge, or discard this patch.