Merge pull request #19510 from nextcloud/bugfix/19504

Continue with next foreach iteration
This commit is contained in:
Joas Schilling 2020-02-17 11:56:55 +01:00 committed by GitHub
commit e9da164ae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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