aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Controller
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2017-07-24 11:52:43 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2017-07-24 11:52:43 +0200
commit459374022f39977656cc393e6313b85e3e60cfbb (patch)
tree1cf3629e851c5c001c24bdaf80c379a4a7d352d6 /src/Wallabag/ImportBundle/Controller
parentc6c45673af62ca7d888d1e30d8b63fe15a388a9c (diff)
downloadwallabag-459374022f39977656cc393e6313b85e3e60cfbb.tar.gz
wallabag-459374022f39977656cc393e6313b85e3e60cfbb.tar.zst
wallabag-459374022f39977656cc393e6313b85e3e60cfbb.zip
CS
Diffstat (limited to 'src/Wallabag/ImportBundle/Controller')
-rw-r--r--src/Wallabag/ImportBundle/Controller/BrowserController.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Wallabag/ImportBundle/Controller/BrowserController.php b/src/Wallabag/ImportBundle/Controller/BrowserController.php
index 0753e318..77a7a904 100644
--- a/src/Wallabag/ImportBundle/Controller/BrowserController.php
+++ b/src/Wallabag/ImportBundle/Controller/BrowserController.php
@@ -80,10 +80,10 @@ abstract class BrowserController extends Controller
80 */ 80 */
81 abstract protected function getImportService(); 81 abstract protected function getImportService();
82 82
83 /** 83 /**
84 * Return the template used for the form. 84 * Return the template used for the form.
85 * 85 *
86 * @return string 86 * @return string
87 */ 87 */
88 abstract protected function getImportTemplate(); 88 abstract protected function getImportTemplate();
89} 89}