aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/EntriesExport.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2017-10-11 10:43:36 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2017-10-11 10:43:36 +0200
commit9dd67fa3420c6cfaf7bdae182ca3433c7f636187 (patch)
treef0a84fcda966c3fdc75a0a441a41b7b74e11dde4 /src/Wallabag/CoreBundle/Helper/EntriesExport.php
parent8f187e280f91910534366bee3973a7e3c76a5627 (diff)
downloadwallabag-9dd67fa3420c6cfaf7bdae182ca3433c7f636187.tar.gz
wallabag-9dd67fa3420c6cfaf7bdae182ca3433c7f636187.tar.zst
wallabag-9dd67fa3420c6cfaf7bdae182ca3433c7f636187.zip
CS
Diffstat (limited to 'src/Wallabag/CoreBundle/Helper/EntriesExport.php')
-rw-r--r--src/Wallabag/CoreBundle/Helper/EntriesExport.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/EntriesExport.php b/src/Wallabag/CoreBundle/Helper/EntriesExport.php
index 06144ea9..830798b8 100644
--- a/src/Wallabag/CoreBundle/Helper/EntriesExport.php
+++ b/src/Wallabag/CoreBundle/Helper/EntriesExport.php
@@ -25,9 +25,9 @@ class EntriesExport
25 private $language = ''; 25 private $language = '';
26 26
27 /** 27 /**
28 * @param TranslatorInterface $translator Translator service 28 * @param TranslatorInterface $translator Translator service
29 * @param string $wallabagUrl Wallabag instance url 29 * @param string $wallabagUrl Wallabag instance url
30 * @param string $logoPath Path to the logo FROM THE BUNDLE SCOPE 30 * @param string $logoPath Path to the logo FROM THE BUNDLE SCOPE
31 */ 31 */
32 public function __construct(TranslatorInterface $translator, $wallabagUrl, $logoPath) 32 public function __construct(TranslatorInterface $translator, $wallabagUrl, $logoPath)
33 { 33 {