aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/BrowserImport.php
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2017-07-30 08:27:39 +0200
committerGitHub <noreply@github.com>2017-07-30 08:27:39 +0200
commit4fc7eba34904a062cddf1e61956c48f27cb2e06c (patch)
tree151d8899c7fd3dd79fdb27a457c1780e355b1df0 /src/Wallabag/ImportBundle/Import/BrowserImport.php
parente492f8da132ba5ca2b421f434a1bdf0af23b1783 (diff)
parent52b84c11a5b5474cd45271d937a46c6adfdf2749 (diff)
downloadwallabag-4fc7eba34904a062cddf1e61956c48f27cb2e06c.tar.gz
wallabag-4fc7eba34904a062cddf1e61956c48f27cb2e06c.tar.zst
wallabag-4fc7eba34904a062cddf1e61956c48f27cb2e06c.zip
Merge pull request #3298 from nclsHart/fix-namespace-phpdoc
Fix some namespaces and phpdoc
Diffstat (limited to 'src/Wallabag/ImportBundle/Import/BrowserImport.php')
-rw-r--r--src/Wallabag/ImportBundle/Import/BrowserImport.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Wallabag/ImportBundle/Import/BrowserImport.php b/src/Wallabag/ImportBundle/Import/BrowserImport.php
index 4d3073b7..78077324 100644
--- a/src/Wallabag/ImportBundle/Import/BrowserImport.php
+++ b/src/Wallabag/ImportBundle/Import/BrowserImport.php
@@ -4,7 +4,6 @@ namespace Wallabag\ImportBundle\Import;
4 4
5use Wallabag\CoreBundle\Entity\Entry; 5use Wallabag\CoreBundle\Entity\Entry;
6use Wallabag\CoreBundle\Event\EntrySavedEvent; 6use Wallabag\CoreBundle\Event\EntrySavedEvent;
7use Wallabag\UserBundle\Entity\User;
8 7
9abstract class BrowserImport extends AbstractImport 8abstract class BrowserImport extends AbstractImport
10{ 9{