Skip to content

Commit ee321cf

Browse files
committed
remove unused variable
1 parent 7e8114c commit ee321cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Model/ListFilter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public static function getOperatorsList()
5454
static::$operatorValues = [];
5555
$refClass = new \ReflectionClass(static::class);
5656
$classConstants = $refClass->getConstants();
57-
$className = $refClass->getShortName();
5857

5958
$constantPrefix = 'OPERATOR_';
6059
foreach ($classConstants as $key => $val) {

0 commit comments

Comments
 (0)