Fix PHPDoc

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2019-03-21 17:05:57 +01:00
parent 0d778fcc4e
commit f889beae7e
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ class Adapter {
}
}
/*
/**
* @suppress SqlInjectionChecker
*/
public function insertIgnoreConflict(string $table,array $values) : int {

View File

@ -36,7 +36,7 @@ class AdapterPgSql extends Adapter {
return $statement;
}
/*
/**
* @suppress SqlInjectionChecker
*/
public function insertIgnoreConflict(string $table,array $values) : int {