|
|
@@ -32,7 +32,6 @@ class TupleComparison extends Comparison {
|
|
|
* @param array $types the types names to use for casting each of the values, only
|
|
|
* one type per position in the value array in needed
|
|
|
* @param string $conjunction the operator used for comparing field and value
|
|
|
- * @return void
|
|
|
*/
|
|
|
public function __construct($fields, $values, $types = [], $conjuntion = '=') {
|
|
|
parent::__construct($fields, $values, $types, $conjuntion);
|