@@ -1072,7 +1072,7 @@ |
||
1072 | 1072 | * @param Expression|string $column |
1073 | 1073 | * @param array<string> $search_terms |
1074 | 1074 | */ |
1075 | - private function whereSearch(Builder $query, Expression|string $column, array $search_terms): void |
|
1075 | + private function whereSearch(Builder $query, Expression | string $column, array $search_terms): void |
|
1076 | 1076 | { |
1077 | 1077 | foreach ($search_terms as $search_term) { |
1078 | 1078 | $query->where($column, 'LIKE', '%' . addcslashes($search_term, '\\%_') . '%'); |