Skip to content

Commit c535084

Browse files
committed
Fixed typo in comment
1 parent ab7b32c commit c535084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Form/CaseFilterType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ function (FormEvent $event) use ($formModifier) {
294294
$qb = $filterQuery->getQueryBuilder();
295295
$paramName = 'search_query';
296296

297-
// Start with your base search conditions
297+
// Start with base search conditions
298298
$expression = $filterQuery->getExpr()->orX(
299299
$filterQuery->getExpr()->like('c.caseNumber', ':'.$paramName),
300300
$filterQuery->getExpr()->like('c.sortingAddress', ':'.$paramName)

0 commit comments

Comments
 (0)