This commit is contained in:
Jeremy Benoist 2017-10-11 10:43:36 +02:00
parent 8f187e280f
commit 9dd67fa342
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -25,9 +25,9 @@ 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
* @param TranslatorInterface $translator Translator service
* @param string $wallabagUrl Wallabag instance url
* @param string $logoPath Path to the logo FROM THE BUNDLE SCOPE
*/
public function __construct(TranslatorInterface $translator, $wallabagUrl, $logoPath)
{