aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Group/Backend/IBatchMethodsBackend.php
Commit message (Collapse)AuthorAgeFilesLines
* fix(psalm): Fix @throws annotationsfix/psalm/throws-annotationsprovokateurin2024-09-171-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-241-21/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Fix psalm spotted type errorsCôme Chilliet2023-09-051-4/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Move new methods to a new interface in OCPCôme Chilliet2023-09-051-0/+61
This avoids breaking compatibility for group backends not based on ABackend abstract class. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>