From: Nicolas LÅ“uillet Date: Sun, 8 Oct 2017 18:39:44 +0000 (+0200) Subject: Fixed @j0k3r's review X-Git-Tag: 2.3.0~31^2~7^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=8f187e280f91910534366bee3973a7e3c76a5627;p=github%2Fwallabag%2Fwallabag.git Fixed @j0k3r's review --- diff --git a/src/Wallabag/CoreBundle/Helper/EntriesExport.php b/src/Wallabag/CoreBundle/Helper/EntriesExport.php index f43bc33d..06144ea9 100644 --- a/src/Wallabag/CoreBundle/Helper/EntriesExport.php +++ b/src/Wallabag/CoreBundle/Helper/EntriesExport.php @@ -25,6 +25,7 @@ class EntriesExport private $language = ''; /** + * @param TranslatorInterface $translator Translator service * @param string $wallabagUrl Wallabag instance url * @param string $logoPath Path to the logo FROM THE BUNDLE SCOPE */