mirror of
https://github.com/nextcloud/server.git
synced 2026-06-19 21:49:43 -04:00
Fix psalm complaint
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
a169ca306e
commit
eebed2c434
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue