Skip to content

Commit

Permalink
Improve PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed May 7, 2024
1 parent 05aca63 commit ce57e59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/querybuilder/Model/AbstractQueryBuilderOperator.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ abstract class AbstractQueryBuilderOperator implements QueryBuilderOperatorInter
/**
* Operator.
*
* @var string
* @var string|null
*/
private $operator;

Expand Down
4 changes: 2 additions & 2 deletions lib/querybuilder/Model/QueryBuilderValidation.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ class QueryBuilderValidation implements QueryBuilderValidationInterface {
/**
* Min.
*
* @var mixed
* @var mixed|null
*/
private $min;

/**
* Step.
*
* @var mixed
* @var mixed|null
*/
private $step;

Expand Down

0 comments on commit ce57e59

Please sign in to comment.