]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ImportBundle/Controller/PocketController.php
cs & tests for wllbg v1 import
[github/wallabag/wallabag.git] / src / Wallabag / ImportBundle / Controller / PocketController.php
index bfd9fc5b1b858bcb38f381513541e2b9ea2834ac..ef0407e69f1678232c9b8fcfb00d261bff0d6074 100644 (file)
@@ -5,11 +5,9 @@ namespace Wallabag\ImportBundle\Controller;
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
 use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
-use Wallabag\ImportBundle\Import\PocketImport;
 use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\Form\Extension\Core\Type\CheckboxType;
 
-
 class PocketController extends Controller
 {
     /**
@@ -24,7 +22,6 @@ class PocketController extends Controller
                     'required' => false,
                     ))
             ->getForm();
-            ;
 
         return $this->render('WallabagImportBundle:Pocket:index.html.twig', [
             'import' => $this->get('wallabag_import.pocket.import'),