]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #3298 from nclsHart/fix-namespace-phpdoc
authorJérémy Benoist <j0k3r@users.noreply.github.com>
Sun, 30 Jul 2017 06:27:39 +0000 (08:27 +0200)
committerGitHub <noreply@github.com>
Sun, 30 Jul 2017 06:27:39 +0000 (08:27 +0200)
Fix some namespaces and phpdoc

src/Wallabag/ImportBundle/Import/BrowserImport.php

index 1628cb47eddc6e1e040a8bf8dd37cb33449350c2..780773246e6a3d8343646eab5d0da0ba20d44d82 100644 (file)
@@ -231,4 +231,6 @@ abstract class BrowserImport extends AbstractImport
 
         return $importedEntry;
     }
+
+    abstract protected function prepareEntry(array $entry = []);
 }