mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
fix: psalm
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
parent
aaec698ece
commit
18713e5e9f
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class Version32000Date20250731062008 extends SimpleMigrationStep {
|
|||
$duplicateCount = 0;
|
||||
|
||||
try {
|
||||
while ($category = $result->fetchAssociative()) {
|
||||
while ($category = $result->fetch() !== false) {
|
||||
$key = $category['uid'] . '|' . $category['type'] . '|' . $category['category'];
|
||||
$categoryId = (int)$category['id'];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue