Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctl committed Jun 6, 2024
1 parent f0853b0 commit b255410
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/DB/QueryBuilder/Clauses/Where.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @since 1.0.0
*/
class Where {

/**
* @var string
*/
Expand All @@ -29,11 +30,6 @@ class Where {
*/
public $logicalOperator;

/**
* @var string|null
*/
public $type;

/**
* @param string $column
* @param mixed $value
Expand Down

0 comments on commit b255410

Please sign in to comment.