]> git.agnieray.net Git - galette.git/commitdiff
Fix wrong return type
authorJohan Cwiklinski <johan@x-tnd.be>
Mon, 19 Oct 2020 05:18:30 +0000 (07:18 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Mon, 19 Oct 2020 05:18:30 +0000 (07:18 +0200)
galette/lib/Galette/Core/Mailing.php

index bbbe7c45ea168229c99f6e0e46efd9006f33b63b..84278cfbae5799788a85cf29acbdbcf96f7181fd 100644 (file)
@@ -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;