@@ -14,7 +14,7 @@ |
||
14 | 14 | final class Filter { |
15 | 15 | use \Nette\StaticClass; |
16 | 16 | |
17 | - public const OPERATORS = ["==", ">=", ">", "<=", "<", "!=",]; |
|
17 | + public const OPERATORS = ["==", ">=", ">", "<=", "<", "!=", ]; |
|
18 | 18 | |
19 | 19 | public static function getOperator(string $input): string { |
20 | 20 | foreach(static::OPERATORS as $operator) { |