Browse Source
Fix PHPDoc
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/13721/head
Morris Jobke
7 years ago
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
2 changed files with
2 additions and
2 deletions
-
lib/private/DB/Adapter.php
-
lib/private/DB/AdapterPgSql.php
|
|
|
@ -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 { |
|
|
|
|