diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-04-06 13:49:41 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-04-06 14:14:58 +0200 |
commit | 31454c20727686c6541e514154133a2b2bd894dd (patch) | |
tree | e4b7453bc46f922c0faa16100227b7ecc83f5f88 /core/Migrations | |
parent | f90299facef24fc8d32fad77258bb042e28460fd (diff) | |
download | nextcloud-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.php | 2 |
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(); |