From: Johan Cwiklinski Date: Mon, 19 Oct 2020 05:18:30 +0000 (+0200) Subject: Fix wrong return type X-Git-Tag: 0.9.4.2~17 X-Git-Url: https://git.agnieray.net/?a=commitdiff_plain;h=a7ddbe1da1b85440ff0a183af195cca432feff11;p=galette.git Fix wrong return type --- diff --git a/galette/lib/Galette/Core/Mailing.php b/galette/lib/Galette/Core/Mailing.php index bbbe7c45e..84278cfba 100644 --- a/galette/lib/Galette/Core/Mailing.php +++ b/galette/lib/Galette/Core/Mailing.php @@ -100,9 +100,9 @@ class Mailing extends GaletteMail /** * Generate new mailing id and temporary path * - * @return integer + * @return string */ - private function generateNewId(): int + private function generateNewId(): string { global $zdb;