Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Apr 6, 2022
1 parent c76d8da commit 8783572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Db/ShareWrapperRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ public function removeOrphanShares(): void {
$ids = [];
$cursor = $qb->execute();
while ($data = $cursor->fetch()) {
$ids[] = $data['id'];
$ids[] = $data['id'];
}
$cursor->closeCursor();

Expand Down

0 comments on commit 8783572

Please sign in to comment.