Run cs:fix

Signed-off-by: Raul <raul@nextcloud.com>
This commit is contained in:
Raul
2022-04-13 12:43:00 +02:00
parent 1d5fdef4b4
commit 0c5b1a88a6
5 changed files with 19 additions and 22 deletions

View File

@@ -137,7 +137,7 @@ class StackMapper extends DeckMapper implements IPermissionMapper {
->where($qb->expr()->eq('s.id', $qb->createNamedParameter($stackId, IQueryBuilder::PARAM_INT)))
->andWhere($qb->expr()->eq('owner', $qb->createNamedParameter($userId, IQueryBuilder::PARAM_STR)));
return count($qb->executeQuery()->fetchAll()) > 0;
return count($qb->executeQuery()->fetchAll()) > 0;
}
/**