mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-27 00:59:18 +02:00
Combine phpstan, cs-check, cs-fix into lint-php recipe; fix lint issues + test failures + duplicate detection bug
This commit is contained in:
@@ -147,7 +147,7 @@ class ShareLink
|
||||
'SELECT * FROM share_links WHERE is_archived = 0 ORDER BY created_at DESC'
|
||||
);
|
||||
$rows = $stmt->fetchAll();
|
||||
return array_map(fn($row) => $this->decorateWithPassword($row), $rows);
|
||||
return array_map(fn ($row) => $this->decorateWithPassword($row), $rows);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user