@@ -71,7 +71,7 @@ |
||
| 71 | 71 | /** |
| 72 | 72 | * Loads entity from database |
| 73 | 73 | * |
| 74 | - * @param $entityId |
|
| 74 | + * @param boolean $entityId |
|
| 75 | 75 | * |
| 76 | 76 | * @return null|EntityInterface |
| 77 | 77 | */ |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | |
| 12 | 12 | use Slick\Database\Sql; |
| 13 | 13 | use Slick\Orm\EntityInterface; |
| 14 | -use Slick\Orm\EntityMapperInterface; |
|
| 15 | 14 | use Slick\Orm\RepositoryInterface; |
| 16 | 15 | |
| 17 | 16 | /** |
@@ -15,9 +15,9 @@ |
||
| 15 | 15 | use Slick\Orm\Descriptor\EntityDescriptorInterface; |
| 16 | 16 | use Slick\Orm\Descriptor\EntityDescriptorRegistry; |
| 17 | 17 | use Slick\Orm\Descriptor\Field\FieldDescriptor; |
| 18 | -use Slick\Orm\Entity\EntityCollection; |
|
| 19 | 18 | use Slick\Orm\EntityInterface; |
| 20 | 19 | use Slick\Orm\EntityMapperInterface; |
| 20 | +use Slick\Orm\Entity\EntityCollection; |
|
| 21 | 21 | |
| 22 | 22 | /** |
| 23 | 23 | * Generic Entity Mapper |
@@ -193,7 +193,7 @@ |
||
| 193 | 193 | * |
| 194 | 194 | * @param string $entity |
| 195 | 195 | * |
| 196 | - * @return EntityDescriptor|string |
|
| 196 | + * @return string |
|
| 197 | 197 | */ |
| 198 | 198 | private function getAdapterAlias($entity) |
| 199 | 199 | { |