Skip to content

Commit 144032e

Browse files
authored
Update IQueryObject.php
1 parent 9941647 commit 144032e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/IQueryObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function orderBy(string $column, string $order = 'ASC');
88

99
function addOrderBy(string $column, string $order = 'ASC');
1010

11-
function searchIn($column, $value, bool $strict = false);
11+
function searchIn(array|string $column, mixed $value, bool $strict = false, ?string $joinType = 'innerJoin');
1212

1313
function getEntityManager();
1414
}

0 commit comments

Comments
 (0)