From 99c9423766a01feff5f9fd6ef67153d45158dcd7 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 16 Sep 2020 15:53:51 +0200 Subject: Remove @suppress SqlInjectionChecker Signed-off-by: Morris Jobke --- core/Command/Db/ConvertType.php | 1 - core/Migrations/Version14000Date20180404140050.php | 2 -- 2 files changed, 3 deletions(-) (limited to 'core') 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(); -- cgit v1.2.3