diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-04-06 13:46:32 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-04-06 13:46:32 +0200 |
commit | f90299facef24fc8d32fad77258bb042e28460fd (patch) | |
tree | d3d296c6efbedf25057e10405612f810e69623ae /core/Migrations | |
parent | 8edbeb159e4aaea295a18eb7f9fe2329535d1e22 (diff) | |
download | nextcloud-server-f90299facef24fc8d32fad77258bb042e28460fd.tar.gz nextcloud-server-f90299facef24fc8d32fad77258bb042e28460fd.zip |
Silence phan
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, 2 insertions, 0 deletions
diff --git a/core/Migrations/Version14000Date20180404140050.php b/core/Migrations/Version14000Date20180404140050.php index 5a0e6365162..c09121145e4 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(); |