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:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-04-06 14:49:41 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-04-06 15:14:58 +0300
commit31454c20727686c6541e514154133a2b2bd894dd (patch)
treee4b7453bc46f922c0faa16100227b7ecc83f5f88 /core/Migrations
parentf90299facef24fc8d32fad77258bb042e28460fd (diff)
Bump autoloader
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/Migrations')
-rw-r--r--core/Migrations/Version14000Date20180404140050.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Migrations/Version14000Date20180404140050.php b/core/Migrations/Version14000Date20180404140050.php
index c09121145e4..01d56f511ff 100644
--- a/core/Migrations/Version14000Date20180404140050.php
+++ b/core/Migrations/Version14000Date20180404140050.php
@@ -68,7 +68,7 @@ class Version14000Date20180404140050 extends SimpleMigrationStep {
* @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
* @param array $options
*
- * @suppress SqlInjectionCheckerVisitor
+ * @suppress SqlInjectionChecker
*/
public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options) {
$qb = $this->connection->getQueryBuilder();