We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8114c commit ee321cfCopy full SHA for ee321cf
src/Model/ListFilter.php
@@ -54,7 +54,6 @@ public static function getOperatorsList()
54
static::$operatorValues = [];
55
$refClass = new \ReflectionClass(static::class);
56
$classConstants = $refClass->getConstants();
57
- $className = $refClass->getShortName();
58
59
$constantPrefix = 'OPERATOR_';
60
foreach ($classConstants as $key => $val) {
0 commit comments