Fix PHPDoc
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
0d778fcc4e
commit
f889beae7e
|
@ -127,7 +127,7 @@ class Adapter {
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* @suppress SqlInjectionChecker
|
||||
*/
|
||||
public function insertIgnoreConflict(string $table,array $values) : int {
|
||||
|
|
|
@ -36,7 +36,7 @@ class AdapterPgSql extends Adapter {
|
|||
return $statement;
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* @suppress SqlInjectionChecker
|
||||
*/
|
||||
public function insertIgnoreConflict(string $table,array $values) : int {
|
||||
|
|
Loading…
Reference in New Issue