diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-10-08 20:39:44 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-10-11 10:43:19 +0200 |
commit | 8f187e280f91910534366bee3973a7e3c76a5627 (patch) | |
tree | fac3d7942f896d28af1727dd8ac414852aa898c6 | |
parent | dc7fa8dfc606a03295a58d797f269f3ed7097939 (diff) | |
download | wallabag-8f187e280f91910534366bee3973a7e3c76a5627.tar.gz wallabag-8f187e280f91910534366bee3973a7e3c76a5627.tar.zst wallabag-8f187e280f91910534366bee3973a7e3c76a5627.zip |
Fixed @j0k3r's review
-rw-r--r-- | src/Wallabag/CoreBundle/Helper/EntriesExport.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
25 | private $language = ''; | 25 | private $language = ''; |
26 | 26 | ||
27 | /** | 27 | /** |
28 | * @param TranslatorInterface $translator Translator service | ||
28 | * @param string $wallabagUrl Wallabag instance url | 29 | * @param string $wallabagUrl Wallabag instance url |
29 | * @param string $logoPath Path to the logo FROM THE BUNDLE SCOPE | 30 | * @param string $logoPath Path to the logo FROM THE BUNDLE SCOPE |
30 | */ | 31 | */ |