psalm fixes

This commit is contained in:
Robin Appelman 2022-04-08 17:25:10 +02:00
commit 3d85afde98
6 changed files with 19 additions and 15 deletions

View file

@ -38,7 +38,7 @@ class Query {
*/
public $from;
/**
* @var Operator
* @var ?Operator
*
* The search operator, either a comparison ('gt', 'eq', ...) or a boolean operator ('and', 'or', 'not')
*/