@@ -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 |