]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
CS
authorJeremy Benoist <jbenoist@20minutes.fr>
Tue, 30 May 2017 14:21:25 +0000 (16:21 +0200)
committerJeremy Benoist <jbenoist@20minutes.fr>
Thu, 1 Jun 2017 07:48:14 +0000 (09:48 +0200)
src/Wallabag/ImportBundle/Import/AbstractImport.php

index 167853aaef541b8955c8cd6ab0a63e2198f81159..1f9042923478365a51d8436f33656c91aa596d05 100644 (file)
@@ -88,7 +88,7 @@ abstract class AbstractImport implements ImportInterface
     /**
      * Set whether articles should be fetched for updated content.
      *
-     * @param bool $markAsRead
+     * @param bool $disableContentUpdate
      */
     public function setDisableContentUpdate($disableContentUpdate)
     {
@@ -105,7 +105,6 @@ abstract class AbstractImport implements ImportInterface
         return $this->disableContentUpdate;
     }
 
-
     /**
      * Fetch content from the ContentProxy (using graby).
      * If it fails return the given entry to be saved in all case (to avoid user to loose the content).