]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
CS 3372/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 11 Oct 2017 08:43:36 +0000 (10:43 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 11 Oct 2017 08:43:36 +0000 (10:43 +0200)
src/Wallabag/CoreBundle/Helper/EntriesExport.php

index 06144ea9a8ad573b33d99354ca44b4d0a21618ae..830798b822831900d069b712c1a767f912a851ec 100644 (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)
     {