Fix code style

This commit is contained in:
Art4 2025-03-17 07:38:53 +00:00
parent 77e785dd7d
commit 674b6c55de
18 changed files with 81 additions and 87 deletions

View file

@ -83,7 +83,10 @@ class Introduction extends BaseRepository
$BaseCollection = parent::_selectByBoundaries(
['`uid` = ? AND NOT `ignore`',$uid],
['order' => ['id' => 'DESC']],
$min_id, $max_id, $limit);
$min_id,
$max_id,
$limit
);
} catch (\Exception $e) {
throw new IntroductionPersistenceException(sprintf('Cannot select Introductions for used %d', $uid), $e);
}