mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 20:34:48 +00:00
Various code reshuffelling.
This commit is contained in:
@@ -39,15 +39,6 @@ interface TelemetryRepositoryInterface
|
||||
*/
|
||||
public function count(): int;
|
||||
|
||||
/**
|
||||
* Return paginated result of telemetry records.
|
||||
*
|
||||
* @param int $pageSize
|
||||
*
|
||||
* @return LengthAwarePaginator
|
||||
*/
|
||||
public function paginated( int $pageSize): LengthAwarePaginator;
|
||||
|
||||
/**
|
||||
* Delete all records.
|
||||
*/
|
||||
@@ -58,4 +49,13 @@ interface TelemetryRepositoryInterface
|
||||
*/
|
||||
public function deleteSubmitted(): void;
|
||||
|
||||
/**
|
||||
* Return paginated result of telemetry records.
|
||||
*
|
||||
* @param int $pageSize
|
||||
*
|
||||
* @return LengthAwarePaginator
|
||||
*/
|
||||
public function paginated(int $pageSize): LengthAwarePaginator;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user