aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/importExportController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/importExportController.php')
-rw-r--r--app/Controllers/importExportController.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/Controllers/importExportController.php b/app/Controllers/importExportController.php
index dc11a2a46..8f611bc78 100644
--- a/app/Controllers/importExportController.php
+++ b/app/Controllers/importExportController.php
@@ -5,11 +5,9 @@
*/
class FreshRSS_importExport_Controller extends FreshRSS_ActionController {
- /** @var FreshRSS_EntryDAO */
- private $entryDAO;
+ private FreshRSS_EntryDAO $entryDAO;
- /** @var FreshRSS_FeedDAO */
- private $feedDAO;
+ private FreshRSS_FeedDAO $feedDAO;
/**
* This action is called before every other action in that class. It is