@@ -45,7 +45,7 @@ |
||
| 45 | 45 | * Return internal adodb internal connection id |
| 46 | 46 | * @throws Exception\AdoNotConnectedException when connection is not initialized |
| 47 | 47 | * @param \ADOConnection $adoConnection |
| 48 | - * @return \MySQLI|\PDO |
|
| 48 | + * @return boolean |
|
| 49 | 49 | */ |
| 50 | 50 | protected static function getADOConnectionId(\ADOConnection $adoConnection) |
| 51 | 51 | { |
@@ -249,7 +249,7 @@ |
||
| 249 | 249 | /** |
| 250 | 250 | * Find a record by unique key |
| 251 | 251 | * |
| 252 | - * @param Where|\Closure|string|array|Predicate\PredicateInterface $predicate |
|
| 252 | + * @param string $predicate |
|
| 253 | 253 | * @param string $combination One of the OP_* constants from Predicate\PredicateSet |
| 254 | 254 | * @throws Exception\InvalidArgumentException |
| 255 | 255 | * |