Loading lib/Controller/AccountController.php +1 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,7 @@ class AccountController extends Controller { * * @return \OCP\AppFramework\Http\DataResponse */ public function create(string $recoveryEmail = '', string $password = '', string $language = 'en', bool $newsletterEos = false, bool $newsletterProduct = false): DataResponse { public function create(string $recoveryEmail, string $password = '', string $language = 'en', bool $newsletterEos = false, bool $newsletterProduct = false): DataResponse { $response = new DataResponse(); Loading Loading
lib/Controller/AccountController.php +1 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,7 @@ class AccountController extends Controller { * * @return \OCP\AppFramework\Http\DataResponse */ public function create(string $recoveryEmail = '', string $password = '', string $language = 'en', bool $newsletterEos = false, bool $newsletterProduct = false): DataResponse { public function create(string $recoveryEmail, string $password = '', string $language = 'en', bool $newsletterEos = false, bool $newsletterProduct = false): DataResponse { $response = new DataResponse(); Loading