]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Helper/EntriesExport.php
CS
[github/wallabag/wallabag.git] / 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)
     {