]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
CS
authorJeremy Benoist <jbenoist@20minutes.fr>
Thu, 1 Jun 2017 07:52:09 +0000 (09:52 +0200)
committerJeremy Benoist <jbenoist@20minutes.fr>
Thu, 1 Jun 2017 07:52:09 +0000 (09:52 +0200)
src/Wallabag/CoreBundle/Helper/ContentProxy.php

index cd18c668f7ea3b1b342260bca27591a6022c4103..e62927443417b136223dfb9980bca8cff5465f29 100644 (file)
@@ -51,9 +51,9 @@ class ContentProxy
     /**
      * Import entry using either fetched or provided content.
      *
-     * @param Entry  $entry                Entry to update
-     * @param array  $content              Array with content provided for import with AT LEAST keys title, html, url to skip the fetchContent from the url
-     * @param bool   $disableContentUpdate Whether to skip trying to fetch content using Graby
+     * @param Entry $entry                Entry to update
+     * @param array $content              Array with content provided for import with AT LEAST keys title, html, url to skip the fetchContent from the url
+     * @param bool  $disableContentUpdate Whether to skip trying to fetch content using Graby
      */
     public function importEntry(Entry $entry, array $content, $disableContentUpdate = false)
     {