Skip to content

Commit b255410

Browse files
committed
Remove unused variable
1 parent f0853b0 commit b255410

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/DB/QueryBuilder/Clauses/Where.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @since 1.0.0
1010
*/
1111
class Where {
12+
1213
/**
1314
* @var string
1415
*/
@@ -29,11 +30,6 @@ class Where {
2930
*/
3031
public $logicalOperator;
3132

32-
/**
33-
* @var string|null
34-
*/
35-
public $type;
36-
3733
/**
3834
* @param string $column
3935
* @param mixed $value

0 commit comments

Comments
 (0)