diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-09-16 15:53:51 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2020-09-16 15:53:56 +0200 |
commit | 99c9423766a01feff5f9fd6ef67153d45158dcd7 (patch) | |
tree | 87ef47f14f65440e5541f28caba7b5431cbb9bad /core | |
parent | 04a3580d19ae505efd0ac31e4c419bf5dd701563 (diff) | |
download | nextcloud-server-99c9423766a01feff5f9fd6ef67153d45158dcd7.tar.gz nextcloud-server-99c9423766a01feff5f9fd6ef67153d45158dcd7.zip |
Remove @suppress SqlInjectionChecker
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'core')
-rw-r--r-- | core/Command/Db/ConvertType.php | 1 | ||||
-rw-r--r-- | core/Migrations/Version14000Date20180404140050.php | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/core/Command/Db/ConvertType.php b/core/Command/Db/ConvertType.php index 2c4b7d14de3..05bdef95bcb 100644 --- a/core/Command/Db/ConvertType.php +++ b/core/Command/Db/ConvertType.php @@ -295,7 +295,6 @@ class ConvertType extends Command implements CompletionAwareInterface { * @param Table $table * @param InputInterface $input * @param OutputInterface $output - * @suppress SqlInjectionChecker */ protected function copyTable(Connection $fromDB, Connection $toDB, Table $table, InputInterface $input, OutputInterface $output) { if ($table->getName() === $toDB->getPrefix() . 'migrations') { diff --git a/core/Migrations/Version14000Date20180404140050.php b/core/Migrations/Version14000Date20180404140050.php index 80312c162fa..d9d7cf30d41 100644 --- a/core/Migrations/Version14000Date20180404140050.php +++ b/core/Migrations/Version14000Date20180404140050.php @@ -78,8 +78,6 @@ class Version14000Date20180404140050 extends SimpleMigrationStep { * @param IOutput $output * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` * @param array $options - * - * @suppress SqlInjectionChecker */ public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options) { $qb = $this->connection->getQueryBuilder(); |