diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-07-24 11:52:43 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-07-24 11:52:43 +0200 |
commit | 459374022f39977656cc393e6313b85e3e60cfbb (patch) | |
tree | 1cf3629e851c5c001c24bdaf80c379a4a7d352d6 /src/Wallabag | |
parent | c6c45673af62ca7d888d1e30d8b63fe15a388a9c (diff) | |
download | wallabag-459374022f39977656cc393e6313b85e3e60cfbb.tar.gz wallabag-459374022f39977656cc393e6313b85e3e60cfbb.tar.zst wallabag-459374022f39977656cc393e6313b85e3e60cfbb.zip |
CS
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/ImportBundle/Controller/BrowserController.php | 12 |
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 | } |