Skip to content

Commit 3dbfea5

Browse files
authored
Merge pull request #676 from contao-community-alliance/hotfix/fix_typo
Fix typo
2 parents c71de94 + 2b21680 commit 3dbfea5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/Data/DefaultDataProviderDBalUtils.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of contao-community-alliance/dc-general.
55
*
6-
* (c) 2013-2023 Contao Community Alliance.
6+
* (c) 2013-2025 Contao Community Alliance.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -14,7 +14,7 @@
1414
* @author Sven Baumann <baumann.sv@gmail.com>
1515
* @author Richard Henkenjohann <richardhenkenjohann@googlemail.com>
1616
* @author Ingolf Steinhardt <info@e-spin.de>
17-
* @copyright 2013-2023 Contao Community Alliance.
17+
* @copyright 2013-2025 Contao Community Alliance.
1818
* @license https://github.com/contao-community-alliance/dc-general/blob/master/LICENSE LGPL-3.0-or-later
1919
* @filesource
2020
*/
@@ -158,20 +158,20 @@ private static function addFilter(ConfigInterface $config, QueryBuilder $queryBu
158158
* 'children' array
159159
* OR
160160
* 'children' array
161-
* =
161+
* = | <>
162162
* 'property' string (the name of a property)
163163
* 'value' literal
164-
* >
164+
* > | >=
165165
* 'property' string (the name of a property)
166166
* 'value' literal
167-
* <
167+
* < | <=
168168
* 'property' string (the name of a property)
169169
* 'value' literal
170-
* IN
170+
* IN | NOT IN
171171
* 'property' string (the name of a property)
172172
* 'values' array of literal
173173
*
174-
* LIKE
174+
* LIKE | NOT LIKE
175175
* 'property' string (the name of a property)
176176
* 'value' literal - Wildcards * (Many) ? (One)
177177
*

0 commit comments

Comments
 (0)