aboutsummaryrefslogtreecommitdiffstats
path: root/core
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
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')
-rw-r--r--core/Command/Db/ConvertType.php1
-rw-r--r--core/Migrations/Version14000Date20180404140050.php2
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();