@@ -175,7 +175,7 @@ |
||
| 175 | 175 | * @param int $identifier |
| 176 | 176 | * @param int $limit |
| 177 | 177 | * @param int $offset |
| 178 | - * @return array |
|
| 178 | + * @return \WebHemi\Data\Entity\ApplicationEntity |
|
| 179 | 179 | */ |
| 180 | 180 | public function getSimpleUserMetaListByUser( |
| 181 | 181 | int $identifier, |
@@ -22,13 +22,13 @@ |
||
| 22 | 22 | */ |
| 23 | 23 | class ApplicationStorage extends AbstractStorage |
| 24 | 24 | { |
| 25 | - /** |
|
| 26 | - * Returns every Application entity. |
|
| 27 | - * |
|
| 28 | - * @param int $limit |
|
| 29 | - * @param int $offset |
|
| 30 | - * @return EntitySet |
|
| 31 | - */ |
|
| 25 | + /** |
|
| 26 | + * Returns every Application entity. |
|
| 27 | + * |
|
| 28 | + * @param int $limit |
|
| 29 | + * @param int $offset |
|
| 30 | + * @return EntitySet |
|
| 31 | + */ |
|
| 32 | 32 | public function getApplicationList( |
| 33 | 33 | int $limit = QueryInterface::MAX_ROW_LIMIT, |
| 34 | 34 | int $offset = 0 |