| Total Complexity | 4 | 
| Total Lines | 39 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 1 | 
| 1 | <?php  | 
            ||
| 11 | class AccountRepository  | 
            ||
| 12 | { | 
            ||
| 13 | /**  | 
            ||
| 14 | * @return Builder<Account>  | 
            ||
| 15 | */  | 
            ||
| 16 | public function filterQuery(array $filters = []): Builder  | 
            ||
| 24 | }  | 
            ||
| 25 | |||
| 26 | /**  | 
            ||
| 27 | * Last updated username.  | 
            ||
| 28 | */  | 
            ||
| 29 | public function findLastUpdatedByUsername(string $uuid): ?Account  | 
            ||
| 36 | }  | 
            ||
| 37 | |||
| 38 | /**  | 
            ||
| 39 | * @return LengthAwarePaginator<Account>  | 
            ||
| 40 | */  | 
            ||
| 41 | public function filterPaginate(  | 
            ||
| 52 |