Fix psalm complaint

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-01-04 17:32:07 +01:00
parent a169ca306e
commit eebed2c434
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

@ -427,6 +427,7 @@ class ExpressionBuilder implements IExpressionBuilder {
*
* @param string|IQueryFunction $column
* @param mixed $type One of IQueryBuilder::PARAM_*
* @psalm-param IQueryBuilder::PARAM_* $type
* @return IQueryFunction
*/
public function castColumn($column, $type): IQueryFunction {