Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-01-27 01:46:40 +0300
committerMorris Jobke <hey@morrisjobke.de>2018-01-27 01:46:40 +0300
commita661f043e1a8764cb7c795f50df77b830d3e352b (patch)
tree77a06311ffb5e59c86def06bbb618335da1f2b6a /lib/private/Setup/MySQL.php
parent9be6050cc42c2760bd2276942a24ba3db288b551 (diff)
Remove unneeded semicolon and parentheses
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/private/Setup/MySQL.php')
-rw-r--r--lib/private/Setup/MySQL.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Setup/MySQL.php b/lib/private/Setup/MySQL.php
index 9d80bd49aed..d3b39007aa9 100644
--- a/lib/private/Setup/MySQL.php
+++ b/lib/private/Setup/MySQL.php
@@ -157,7 +157,7 @@ class MySQL extends AbstractDatabase {
} else {
break;
}
- };
+ }
}
} catch (\Exception $ex) {
$this->logger->logException($ex, [