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/Command | |
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/Command')
-rw-r--r-- | core/Command/Db/ConvertType.php | 1 |
1 files changed, 0 insertions, 1 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') { |