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:46:32 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-04-06 14:46:32 +0300
commitf90299facef24fc8d32fad77258bb042e28460fd (patch)
treed3d296c6efbedf25057e10405612f810e69623ae /core/Migrations
parent8edbeb159e4aaea295a18eb7f9fe2329535d1e22 (diff)
Silence phan
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/Migrations')
-rw-r--r--core/Migrations/Version14000Date20180404140050.php2
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();