diff options
Diffstat (limited to 'apps/testing/lib/Controller/LockingController.php')
-rw-r--r-- | apps/testing/lib/Controller/LockingController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/testing/lib/Controller/LockingController.php b/apps/testing/lib/Controller/LockingController.php index 0c084b4f9cd..2174b6784f4 100644 --- a/apps/testing/lib/Controller/LockingController.php +++ b/apps/testing/lib/Controller/LockingController.php @@ -199,7 +199,7 @@ class LockingController extends OCSController { throw new OCSException('', Http::STATUS_LOCKED); } - public function releaseAll(int $type = null): DataResponse { + public function releaseAll(?int $type = null): DataResponse { $lockingProvider = $this->getLockingProvider(); foreach ($this->config->getAppKeys('testing') as $lock) { |