summaryrefslogtreecommitdiffstats
path: root/core/Command
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-09-16 15:53:51 +0200
committerMorris Jobke <hey@morrisjobke.de>2020-09-16 15:53:56 +0200
commit99c9423766a01feff5f9fd6ef67153d45158dcd7 (patch)
tree87ef47f14f65440e5541f28caba7b5431cbb9bad /core/Command
parent04a3580d19ae505efd0ac31e4c419bf5dd701563 (diff)
downloadnextcloud-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.php1
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') {