diff --git a/3rdparty b/3rdparty index 58b4c791cb..d4e8f89af1 160000 --- a/3rdparty +++ b/3rdparty @@ -1 +1 @@ -Subproject commit 58b4c791cba853bc27422b6a091c2d0ae3f88608 +Subproject commit d4e8f89af1df2e0b690ce8cae72b63e864472558 diff --git a/core/Migrations/Version14000Date20180404140050.php b/core/Migrations/Version14000Date20180404140050.php index 5a0e636516..c09121145e 100644 --- a/core/Migrations/Version14000Date20180404140050.php +++ b/core/Migrations/Version14000Date20180404140050.php @@ -67,6 +67,8 @@ class Version14000Date20180404140050 extends SimpleMigrationStep { * @param IOutput $output * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` * @param array $options + * + * @suppress SqlInjectionCheckerVisitor */ public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options) { $qb = $this->connection->getQueryBuilder();