summaryrefslogtreecommitdiffstats
path: root/core/Migrations
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-04-06 13:49:41 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2018-04-06 14:14:58 +0200
commit31454c20727686c6541e514154133a2b2bd894dd (patch)
treee4b7453bc46f922c0faa16100227b7ecc83f5f88 /core/Migrations
parentf90299facef24fc8d32fad77258bb042e28460fd (diff)
downloadnextcloud-server-31454c20727686c6541e514154133a2b2bd894dd.tar.gz
nextcloud-server-31454c20727686c6541e514154133a2b2bd894dd.zip
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();