mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-11 12:14:25 +02:00
Fix code style
This commit is contained in:
parent
77e785dd7d
commit
674b6c55de
18 changed files with 81 additions and 87 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue