chore: remove exra space

This commit is contained in:
Johannes Roth
2023-12-02 09:33:58 +01:00
committed by Julien Veyssier
parent f2510138bd
commit f9eba45d48

View File

@@ -1576,7 +1576,7 @@ class ProjectService {
* @return array
* @throws \OCP\DB\Exception
*/
public function editProject(string $projectid, ?string $name = null, ?string $contact_email = null, ?string $password = null,
public function editProject(string $projectid, ?string $name = null, ?string $contact_email = null, ?string $password = null,
?string $autoexport = null, ?string $currencyname = null, ?bool $deletion_disabled = null,
?string $categorysort = null, ?string $paymentmodesort = null, ?string $archived = null): array {
$qb = $this->db->getQueryBuilder();