Merge pull request #19516 from nextcloud/backport/19510/stable18

[stable18] Continue with next foreach iteration
This commit is contained in:
blizzz 2020-02-19 10:01:30 +01:00 committed by GitHub
commit 41fd0aaa26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ class LogContext {
];
break;
default:
continue;
continue 2;
}
}
}