Skip to content

Commit c27ad6c

Browse files
committed
Update Parser.php
1 parent fb2ec85 commit c27ad6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Query/Filter/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ protected static function buildGroup(string $filter): Filter
102102
*/
103103
protected static function buildCondition(string $filter): Filter
104104
{
105-
// Order matters: check multi-char operators first
105+
// Order matters here. Check multi-char operators first.
106106
$operators = ['>=', '<=', '~=', '='];
107107

108108
foreach ($operators as $operator) {

0 commit comments

Comments
 (0)