]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
CS 3283/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 24 Jul 2017 09:52:43 +0000 (11:52 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 24 Jul 2017 09:52:43 +0000 (11:52 +0200)
src/Wallabag/ImportBundle/Controller/BrowserController.php

index 0753e318b844175c8eb2b9f3de6490dbd8b56e07..77a7a9040621f2915517e6c2dd07527e9c0181cc 100644 (file)
@@ -80,10 +80,10 @@ abstract class BrowserController extends Controller
      */
     abstract protected function getImportService();
 
-     /**
-      * Return the template used for the form.
-      *
-      * @return string
-      */
-     abstract protected function getImportTemplate();
+    /**
+     * Return the template used for the form.
+     *
+     * @return string
+     */
+    abstract protected function getImportTemplate();
 }