@@ -26,6 +26,9 @@ discard block |
||
26 | 26 | return $this; |
27 | 27 | } |
28 | 28 | |
29 | + /** |
|
30 | + * @return string |
|
31 | + */ |
|
29 | 32 | abstract public function getMessageNotFound(); |
30 | 33 | |
31 | 34 | public function validate(BaseEntityInterface $entity) |
@@ -54,6 +57,9 @@ discard block |
||
54 | 57 | return parent::getClassMetadata(); |
55 | 58 | } |
56 | 59 | |
60 | + /** |
|
61 | + * @return string|null |
|
62 | + */ |
|
57 | 63 | public function getEntityName() |
58 | 64 | { |
59 | 65 | return parent::getDocumentName(); |
@@ -151,7 +157,7 @@ discard block |
||
151 | 157 | } |
152 | 158 | |
153 | 159 | /** |
154 | - * @param Bludata\Entities\BaseEntityInterface $entity |
|
160 | + * @param BaseEntityInterface $entity |
|
155 | 161 | * |
156 | 162 | * @return Bludata\Repositories\QueryWorker |
157 | 163 | */ |
@@ -163,7 +169,7 @@ discard block |
||
163 | 169 | } |
164 | 170 | |
165 | 171 | /** |
166 | - * @param Bludata\Entities\BaseEntityInterface $entity |
|
172 | + * @param BaseEntityInterface $entity |
|
167 | 173 | * |
168 | 174 | * @return Bludata\Repositories\QueryWorker |
169 | 175 | */ |